码迷,mamicode.com
首页 > 其他好文 > 详细

jenkins 启动、重启、关闭等操作

时间:2018-06-28 13:49:41      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:http   本地   tar   bsp   exit   rest   完成   操作   local   

一般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 启动、重启、关闭等操作

标签:http   本地   tar   bsp   exit   rest   完成   操作   local   

原文地址:https://www.cnblogs.com/laogaoyang/p/9237999.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!