Here's how to install Jenkins from their new infrastructure.
Step 1: Install the repository details into your machine.
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
Or, # vi /etc/yum.repos.d/jenkins.repo Then paste the following and save (ESC+w+q) [jenkins] name=Jenkins baseurl=http://pkg.jenkins-ci.org/redhat/ gpgcheck=1
Step 2: Add the GPG Key
sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
Step 3: Install via Yum RPM updater
yum install jenkins
Step 4: Check your installation if it's working
Visit: http://yourhost:8080/jenkins
If you need help on continuous integration, drop in a comment and let's talk.
No comments:
Post a Comment