How to start Jenkins? - Start/Stop and Restart Jenkins service on Windows

784    Asked by FaithDavidson in Data Science , Asked on Jul 12, 2021
I have downloaded "Jenkins-1.501.zip" from http://jenkins-ci.org/content/thank-you-downloading-windows-installer.

I have extracted the zip file and installed Jenkins on Windows 7 successfully. Jenkins runs at http://localhost:8080/ as well. I want to stop Jenkin's service from the console. How can I do that? What's the way to start and restart through the console/command line?

Answered by Parth Joshi

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

To stop:

        jenkins.exe stop

To start:

        jenkins.exe start

To restart:

        jenkins.exe restart


Your Answer

Interviews

Parent Categories