Skip to content

Instantly share code, notes, and snippets.

@snallami
Created September 22, 2015 05:04
Show Gist options
  • Save snallami/9b0de8395457098101b5 to your computer and use it in GitHub Desktop.
Save snallami/9b0de8395457098101b5 to your computer and use it in GitHub Desktop.
sud0 -i
yum update -y
# Get Jenkins repository
wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
# Get jenkins repository key
rpm --import http://pkg.jenkins-ci.org/redhat-stable/jenkins-ci.org.key
# install jenkins
yum install jenkins
service jenkins start
# starts automatically on system startup
chkconfig jenkins on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment