Skip to main content
 首页 » DevOps

Jenkins通过http方式关闭和重启

2022年07月18日160zhoujg

Jenkins关闭和重启实现方式.

 

1、关闭Jenkins

     只需要在访问jenkins服务器的网址url地址后加上exit。例如我jenkins的地址http://localhost:8080/,那么我只需要在浏览器地址栏上敲下http://localhost:8080/exit 网址就能关闭jenkins服务.

2、重启Jenkies

    http://localhost:8080/restart

3、重新加载配置信息

    http://localhost:8080/reload


本文参考链接:https://www.cnblogs.com/maohuidong/p/9901486.html