Java/Servlet
[Server] jenkins 설치
Sort
2015. 4. 5. 18:52
#jenkins 설치
wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
yum install jenkins
# 설치 확인
rpm -qa | grep jenkins
#Jenkins 실행
service jenkins start
http://domain:8080
참고 : http://jongkwang.com/?p=704