Start/Stop and Restart Jenkins service on Windows

前端 未结 8 1559
渐次进展
渐次进展 2020-12-02 05:19

I have downloaded \"jenkins-1.501.zip\" from http://jenkins-ci.org/content/thank-you-downloading-windows-installer .

I have extracted zip file and installed Jenkins

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 05:59

    To Start Jenkins through Command Line

    1. Run CMD with admin

    2. You can run following commands

      "net start servicename" to start

      "net restart servicename" to restart

      "net stop servicename" to stop service

    for more reference https://www.windows-commandline.com/start-stop-service-command-line/

提交回复
热议问题