如何重启jenkins
采用通用的URL方式,就可以实现Jenins的停止,重启和重载。
http://[jenkins-server-address][:port]/[command] where [command] can be
exit to shutdown jenkins
restart to restart jenkins
reload to reload the configuration
例子 重启jenkins:
浏览器输入:
http://localhost:8080/restart