How to restart Jenkins manually

+1 vote

Hi Guys,

I have installed some plugins in Jenkins. Now I need to restart Jenkins manually. How can I do that?

Oct 22, 2020 in Jenkins by akhtar
• 38,230 points
11,669 views

1 answer to this question.

0 votes

Hi@akhtar,

To restart Jenkins manually, you can use either of the following commands (by entering their URL in a browser).

  • jenkins_url/safeRestart - Allows all running jobs to complete. New jobs will remain in the queue to run after the restart is complete.
  • jenkins_url/restart - Forces a restart without waiting for builds to complete.
answered Oct 22, 2020 by MD
• 95,440 points

Related Questions In Jenkins

0 votes
2 answers

how to manually install plugins in Jenkins?

You can download the plugin (*.hpi file) ...READ MORE

answered Aug 1, 2019 in Jenkins by Sirajul
• 59,230 points
5,201 views
+1 vote
0 answers

How to change the jenkins job status manually ( user interaction ) ?

I have 7 freestyle jobs (A,B,C,D,E,F,G) in ...READ MORE

Jul 24, 2019 in Jenkins by Veeranji
• 130 points
4,035 views
0 votes
2 answers
0 votes
2 answers

How to start Jenkins on a different port rather than 8080?

This is simple, use the following command: java ...READ MORE

answered Jul 4, 2018 in Jenkins by Sophie may
• 10,610 points
35,157 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,506 views
+2 votes
1 answer
+5 votes
3 answers

How to trigger a Jenkins pipeline A in another Jenkins pipeline B?

You can run the following code, its ...READ MORE

answered Jul 5, 2018 in Jenkins by Sophie may
• 10,610 points
117,468 views
+1 vote
3 answers

How to auto build a job in jenkins if there is any change in code on Github repository?

To automatically run build on code commit, follow ...READ MORE

answered Jul 31, 2019 in Jenkins by Sirajul
• 59,230 points
76,108 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP