Jenkins by default starts running when installed. In this section, the commands to start, stop, restart, and check the status of the Jenkins services are shown:
- Open the Services window from Command Prompt using the following command:
services.msc
- Look for a service named Jenkins.
- Right-click on the Jenkins service again and click Properties.
- Under the General tab, you can see the Jenkins service name, the path to the executable, the service status, and the start parameters.
- Using the Startup type option, you can choose the way Jenkins starts on the Windows machine. You can choose from Automatic, Manual, and Automatic (Delayed Start). Make sure it's always set to Automatic.
- In the ...