Created
February 26, 2014 04:17
-
-
Save nukesaq88/9223477 to your computer and use it in GitHub Desktop.
jenkins install memo on CentOS6
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 yum -v -y install java-1.7.0-openjdk.x86_64 | |
| java -version | |
| sudo yum -y -v install wget | |
| 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 -y - v jenkins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment