“Jenkins api”的版本间的差异
跳到导航
跳到搜索
(未显示同一用户的5个中间版本) | |||
第1行: | 第1行: | ||
− | [[category:devops]] [[category:jenkins]] | + | [[category:devops]] [[category:jenkins]] [[category:python]] |
=py= | =py= | ||
==[[Python-jenkins]]== | ==[[Python-jenkins]]== | ||
第6行: | 第6行: | ||
[[Learn ruby#Ruby API wrappers]] | [[Learn ruby#Ruby API wrappers]] | ||
+ | |||
+ | |||
+ | =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. | ||
+ | |||
+ | [https://devopslibrary.com/lessons/ccjpe-api/ devopslibrary.com ccjpe-api] | ||
=References= | =References= | ||
第15行: | 第31行: | ||
[https://blog.csdn.net/liumiaocn/article/details/90667498 Jenkins基础:API:1:使用方式简介] | [https://blog.csdn.net/liumiaocn/article/details/90667498 Jenkins基础:API:1:使用方式简介] | ||
+ | |||
+ | |||
+ | [https://devopslibrary.com/lessons/ccjpe-api/ Jenkins API Tutorial: DevOps Library Jenkins ] |
2024年10月22日 (二) 01:56的最新版本
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.