我正在使用Jenkins 2.0的管道作业,但我没有看到选项'禁用作业',就像我在旧的Jenkins版本中习惯的那样.我错过了什么吗?是否仍然可以禁用(管道)工作?
您可以直接使用Jenkins 2.89.4之前的"禁用项目"选项来禁用管道作业.
没有选项可以禁用jenkins-pipeline作业.
以下jira票据正在跟踪问题:
https://issues.jenkins-ci.org/browse/JENKINS-27299
对于多分支管道项目,
点击管道“配置”
在“分支来源”下,在“财产策略”下
点击“添加属性”
选择“禁止自动SCM触发”
现在,没有github分支触发器将运行构建作业。(这将禁用所有分支的触发器)
去工作配置
在“构建触发器”下,选择“禁用此项目”
保存
If you don't find the disable button. This should do the trick for most of the Jobs. Just append /disable
to the end of Job URL. Then Jenkins will redirect you to a page where you can Post
. Same applies for /enable
too