Jenkins Installation in Ubuntu
Service Management
The following commands are used to manage the Jenkins service:
Check Status
sudo systemctl status jenkins
Check the current status of the Jenkins service.
Start Jenkins
sudo systemctl start jenkins
Start the Jenkins service.
Stop Jenkins
sudo systemctl stop jenkins
Stop the Jenkins service.
Restart Jenkins
sudo systemctl restart jenkins
Restart the Jenkins service.