Login
Remember
Register
Ask a Question
Which commands can be used to start Jenkins manually?
0
votes
asked
Jan 17, 2020
in
Jenkins
by
GeorgeBell
Which commands can be used to start Jenkins manually?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2020
by
GeorgeBell
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.
...