- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 148字
- 2021-07-02 21:18:38
Starting, stopping, and restarting Jenkins on Red Hat Linux
Here are the commands to start, stop, restart, and check the status of the Jenkins service:
- To start Jenkins, use the following command:
sudo systemctl start jenkins
- Similarly, to stop Jenkins, use the following command:
sudo systemctl stop jenkins
- To restart Jenkins, use the following command:
sudo systemctl restart jenkins
- To check the status of the Jenkins service, use the following systemctl command:
sudo systemctl status jenkins
- You should see the following output:
● jenkins.service - LSB: Jenkins Automation Server Loaded: loaded (/etc/rc.d/init.d/jenkins; bad;
vendor preset: disabled) Active: active (running) since Wed 2017-07-19 18:45:47 EDT;
2min 31s ago Docs: man:systemd-sysv-generator(8) Process: 1081 ExecStart=/etc/rc.d/init.d/jenkins start
(code=exited, status=0/SUCCESS) CGroup: /system.slice/jenkins.service └─1706 /etc/alternatives/java
-Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true
-DJENKINS_HOME=/var/lib/j...
In order to troubleshoot Jenkins, access the logs in var/log/jenkins/jenkins.log.
The Jenkins service runs with the user Jenkins, which automatically gets created upon installation.
推薦閱讀
- Windows Server 2019 Cookbook
- Learning Android Intents
- BPEL and Java Cookbook
- Haskell Financial Data Modeling and Predictive Analytics
- 新手易學:系統(tǒng)安裝與重裝
- Linux性能優(yōu)化
- Docker+Kubernetes應(yīng)用開發(fā)與快速上云
- Linux自動化運維:Shell與Ansible(微課版)
- Learning Bootstrap
- Application Development in iOS 7
- HTML5 Enterprise Application Development
- iOS 10 開發(fā)指南
- Linux操作系統(tǒng)案例教程(第2版)
- Getting Started with UDK
- Java EE 8 High Performance