jenkins (2) -jenkins start / restart / stop commands

Jenkins summary records about Linux, start / restart / stop commands

Start service jenkins start


Restart service jenkins restart


Stop service jenkins stop


In addition, the use of direct url way, but of course does not include start (this time the service is not already started),
only need to access the server's URL url address jenkins it
is assumed here jenkins deployed in the machine, port 8080

Browser to access Jenkins, login

http://localhost:8080/

关闭Jenkins  http://localhost:8080/exit 


重启Jenkies  http://localhost:8080/restart 


Reload the configuration information http: // localhost: 8080 / reload 






Original link: https: //blog.csdn.net/iamcodingmylife/article/details/88124906

Guess you like

Origin www.cnblogs.com/yiyaxuan/p/12448313.html