December 2017
Beginner to intermediate
362 pages
8h 35m
English
Jenkins by default starts running when installed. Here are the commands to start, stop, restart, and check the status of the Jenkins service:
sudo systemctl start jenkins
sudo systemctl stop jenkins
sudo systemctl restart jenkins
sudo systemctl status jenkins
● jenkins.service - LSB: Start Jenkins at boot time Loaded: loaded (/etc/init.d/jenkins; bad; vendor preset: enabled) Active: active (exited) since Wed ...
Read now
Unlock full access