Skip to content

Instantly share code, notes, and snippets.

@nukesaq88
Created February 26, 2014 04:17
Show Gist options
  • Select an option

  • Save nukesaq88/9223477 to your computer and use it in GitHub Desktop.

Select an option

Save nukesaq88/9223477 to your computer and use it in GitHub Desktop.
jenkins install memo on CentOS6
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