Skip to content

Instantly share code, notes, and snippets.

@sambott
Created March 27, 2017 09:09
Show Gist options
  • Save sambott/bc3a7d51be6e561c510b58fd874cfdf7 to your computer and use it in GitHub Desktop.
Save sambott/bc3a7d51be6e561c510b58fd874cfdf7 to your computer and use it in GitHub Desktop.
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
sudo yum install jenkins docker java git
sudo usermod -a -G docker jenkins
sudo chkconfig docker on
sudo service docker start
sudo chkconfig jenkins on
sudo service jenkins start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment