且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Windows上启动/停止并重新启动Jenkins服务

更新时间:2021-10-19 23:25:37

打开控制台/命令行 - >转到您的Jenkins安装目录。分别执行以下命令:

Open Console/Command line --> Go to your Jenkins installation directory. Execute the following commands respectively:

停止

jenkins.exe stop

to stop:
jenkins.exe stop

开始

jenkins.exe start

重新启动

jenkins.exe restart