InterviewSolution
Saved Bookmarks
| 1. |
Which Commands Can Be Used To Start Jenkins Manually? |
|
Answer» 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. 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. |
|