-
-
Save jmcabandara/89d5a83e761a32b1682dbbd95d374589 to your computer and use it in GitHub Desktop.
Install Jenkins on CentOS 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo | |
sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key | |
sudo yum install jenkins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment