in Jenkins by
Q:
What are the commands that you can use to restart Jenkins manually?

1 Answer

0 votes
by
What are the commands that you can use to restart Jenkins manually?

Two ways to manually restart Jenkins:

(Jenkins_url)/restart            // Forces a restart without waiting for builds to complete                                

(Jenkins_url)/safeRestart    // Allows all running builds to complete before it restarts

Related questions

0 votes
asked Oct 21, 2019 in Jenkins by rajeshsharma
+1 vote
asked May 13, 2020 in Jenkins by Robindeniel
0 votes
asked Dec 10, 2022 in Jenkins by SakshiSharma
0 votes
asked Jan 17, 2020 in Jenkins by GeorgeBell
...