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
...