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
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.