February 2018
Intermediate to advanced
396 pages
9h 38m
English
During the demonstration, we are going to use an Ubuntu 16.04 machine. To install Jenkins, you need to add the repository key, add the Jenkins Debian package repository to the sources.list file using the echo command, and update the sources.list file by typing:
apt-get update

Now, install Jenkins using the apt-get install Jenkins command:

You can check whether the Jenkins service is running by typing:
sudo service --status-all
Open port 8080 for Jenkins by typing sudo ufw allow 8080.
Go to https://www.<your domain/IP here>.com:8080 ...
Read now
Unlock full access