Skip to content

Instantly share code, notes, and snippets.

@PharaohKJ
Last active December 17, 2015 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PharaohKJ/5531846 to your computer and use it in GitHub Desktop.
Save PharaohKJ/5531846 to your computer and use it in GitHub Desktop.
jenkins install command log
1002 yum list installed|grep java
1003 sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
1004 sudo rpm --import http://pkg.jenkins-ci.org/redhat-stable/jenkins-ci.org.key
1005 sudo yum install jenkins
1006 yum list installed|grep java
1007 sudo yum install java-1.7.0-openjdk
1008 java -version
1009 sudo yum install jenkins
1010 sudo service jenkins start
1011 sudo chkconfig jenkins on
1012 chkconfig
1011 cd /etc/sysconfig/
1015 sudo vim jenkins
1016 sudo /etc/init.d/jenkins restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment