Skip to content

Instantly share code, notes, and snippets.

@jmcabandara
Forked from William-Hill/install_jenkins.sh
Created September 13, 2018 16:47
Show Gist options
  • Save jmcabandara/89d5a83e761a32b1682dbbd95d374589 to your computer and use it in GitHub Desktop.
Save jmcabandara/89d5a83e761a32b1682dbbd95d374589 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