0 votes
in Jenkins by
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
...