E-mail : support@tech2now.in

How to restart Jenkins manually

Jenkins

Steps to restart Jenkins manually

Step 01
To restart Jenkins manually, you can follow these steps

Open your web browser and navigate to the Jenkins dashboard URL (http://your-jenkins-server:8080)

Click on the “Manage Jenkins” button in the top-right corner of the page.

Click on the “Restart” button.

Confirm that you want to restart Jenkins by clicking “Yes” in the pop-up dialog box.

Jenkins will then shut down and restart

Step 02

you can also restart Jenkins using the command line. To do this, open a terminal or command prompt and run the following command

java -jar jenkins.war –restart

Step 03

You can also directly go to the URL http://your-jenkins-url/restart to trigger the restart.

Step 04

If you are running Jenkins as a Windows service, you can restart it using the following steps

Open the Windows Services console (you can do this by typing “services” in the Start menu search bar).
Locate the Jenkins service in the list of services.
Right-click on the Jenkins service and select “Restart”.
Confirm that you want to restart the service by clicking “Yes” in the pop-up dialog box.