how to disable jenkins pipeline job

前端 未结 7 1436
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-06 21:46

I am using pipeline jobs with Jenkins 2.0, but I don\'t see option \'disable job\' as I was used to in older Jenkins versions. Am I missing something? Is it still possible to di

相关标签:
7条回答
  • 2021-02-06 22:46

    I have a similar case and found that a lot of our jobs are/were set up by an automatic "seeder" job that created them from Job DSL, and their configurations aren't editable. So i went to GitHub and disabled the webhook connecting the two. So the job is still active, but should never be triggered by GitHub activity anymore.

    0 讨论(0)
提交回复
热议问题