0 votes
in Jenkins by
Which commands can be used to start Jenkins manually?

1 Answer

0 votes
by
You can use the following commands to start Jenkins manually:

(Jenkins_url)/restart: To force restart without waiting for build completion.

(Jenkin_url)/safeRestart: Waits until all the build gets completed before restarting.
...