Skip to content

Instantly share code, notes, and snippets.

@ssmythe
Created December 2, 2018 23:28
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 ssmythe/50f74ef69575c6af0c24425319f71dfb to your computer and use it in GitHub Desktop.
Save ssmythe/50f74ef69575c6af0c24425319f71dfb to your computer and use it in GitHub Desktop.
Install latest version of jenkins for RHEL family server
yum -y remove java
wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
yum -y install jenkins java
service jenkins start
chkconfig jenkins on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment