본문 바로가기

AWS

aws jenkins 설치 하기

320x100

AWS 접속 하고

# amazon-linux-extras install epel

# wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo

#rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key

 

# yum install jenkins -y

# yum install java* -y

이러면 정상 적으로 설치가 완료 된다.

외부에서 접속 할 수 있는 IP 로 해서 접속 하면 된다.

http://ip:8080

 

 

 

 

 

 

정상적으로 구동 되는것을 볼 수 있다.

320x100