Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
3 views
in DevOps and Agile by (29.3k points)

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?

1 Answer

0 votes
by (50.2k points)

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

To stop:

jenkins.exe stop

To start:

jenkins.exe start

To restart:

jenkins.exe restart

This Jenkins Tutorial will surely help you in learning more about Jenkins. You can also obtain Jenkins certification by clearing the Intellipaat Jenkins Certification Exam.

Browse Categories

...