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.

Related questions

0 votes
asked May 12, 2022 in Continuous Integration with Jenkins by sharadyadav1986
0 votes
asked May 13, 2020 in Jenkins by Robindeniel
...