Google News
logo
Java Jenkins - Interview Questions
Which commands can be used to start Jenkins manually?
You can use any one of the following commands to start Jenkins manually :
 
* (Jenkins_url)/restart : Forces a restart without waiting for builds to complete.
* (Jenkin_url)/safeRestart : Allows all running builds to complete.
Advertisement