Skip to content

Instantly share code, notes, and snippets.

@William-Hill
Created October 24, 2017 23:34
Show Gist options
  • Save William-Hill/4b89313f255908c6ce118d9b6f62c27b to your computer and use it in GitHub Desktop.
Save William-Hill/4b89313f255908c6ce118d9b6f62c27b to your computer and use it in GitHub Desktop.
Install Jenkins on CentOS 6
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