Mass disable jenkins jobs

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP

Mass disable jenkins jobs



Is it possible to disable a large number of Jenkins jobs in one go?
I have a large number of jenkins job I need to disable. Visiting each job in turn and disbling is tedious.




2 Answers
2



https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin



That works beautifully install it go to http://your_jenkins.com:8080/slicing/jobdisabledbool/?



By using configuration slicing plugin:



By using this plugin easy to find out anything has enabled or disable jobs and timer separated jobs



Manage Jenkins >Config slicing > select options






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

Executable numpy error

PySpark count values by condition