“Jenkins api”的版本间的差异
跳到导航
跳到搜索
第9行: | 第9行: | ||
=jenkins ops = | =jenkins ops = | ||
+ | |||
+ | jenkiinsurl//me/configure | ||
https://stackoverflow.com/questions/8072700/how-to-restart-jenkins-manually | https://stackoverflow.com/questions/8072700/how-to-restart-jenkins-manually |
2021年10月10日 (日) 13:51的版本
py
Python-jenkins
ruby
jenkins ops
jenkiinsurl//me/configure
https://stackoverflow.com/questions/8072700/how-to-restart-jenkins-manually
To restart Jenkins manually, you can use either of the following commands (by entering their URL in a browser):
- 安全重启
(jenkins_url)/safeRestart - Allows all running jobs to complete. New jobs will remain in the queue to run after the restart is complete.
(jenkins_url)/restart - Forces a restart without waiting for builds to complete.