浏览器访问方式
假设Jenkins
的访问地址是 http://localhost:8080
。则只需在地址后加上相应命令即可。例如:
- 关闭 http://localhost:8080/exit
- 重启 http://localhost:8080/restart
- 重新加载配置 http://localhost:8080/reload
Linux命令行方式
- 停止
service jenkins stop
- 开始
service jenkins start
- 重启
service jenkins restart