December 2017
Beginner to intermediate
362 pages
8h 35m
English
To install the latest version of Jenkins, follow these steps:
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
Jenkins is now ready for use. By default, the Jenkins service runs on port 8080. To access Jenkins, use http://localhost:8080/ or http://<Jenkins server IP address>:8080/ in a browser.
Read now
Unlock full access