Restart Jenkins from URL

You can use either of the following commands:

(jenkins_url)/restart - Forces a restart without waiting for builds to complete.
(jenkins_url)/safeRestart - Allows all running jobs to complete. New jobs will remain in the queue to run after the restart is complete.

Comments