December 2017
Beginner to intermediate
362 pages
8h 35m
English
To install the latest version of Jenkins, follow these steps in sequence:
wget --no-check-certificate -q -O \ - https://pkg.jenkins.io/debian/jenkins-ci.org.key | \ sudo apt-key add -
echo deb http://pkg.jenkins.io/debian binary/ | \ sudo tee /etc/apt/sources.list.d/jenkins.list
sudo apt-get update
sudo apt-get install jenkins
Read now
Unlock full access