yum install 로 jenkins를 못찾을 때 다음 과 같이 repo를 등록하고 하자.

# sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo

# sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key

# sudo yum install jenkins

+ Recent posts