jenkins 启动重启关闭等操作
Posted laogaoyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jenkins 启动重启关闭等操作相关的知识,希望对你有一定的参考价值。
一般jenkins安装完成后,本地的服务器网址是 http://localhost:8080
1、启动
java -jar */jenkins.war // *表示相应的路径
2、重启
在服务器网址后添加 restart 即可,如 http://localhost:8080/restart
3、重新加载配置
在服务器网址后添加 exit 即可,如 http://localhost:8080/reload
4、关闭
在服务器网址后添加 exit 即可,如 http://localhost:8080/exit
以上是关于jenkins 启动重启关闭等操作的主要内容,如果未能解决你的问题,请参考以下文章