Jenkins delete builds
21 Feb 2018I recently ran into a situation where Jenkins upstream jobs screwed up and my downstream jobs started building every branch in Git. I had to fix the issue and then try to clear up the builds. Thankfully the Jenkins community is aware of these issues and they provided a CLI to play with the jenkins environment:
Access the CLI at:
<jenkins url>/jnlpJars/jenkins-cli.jar
Then run the below command:
PS C:\Users\kkrishnan\Downloads> java -jar jenkins-cli.jar -s <jenkins url> delete-builds <job name> 418-454 --
username xxxxx --password xxxxxx
There is a bug with the above where it throws the ‘no job