Skip to content

Instantly share code, notes, and snippets.

@pablogrs
Created July 30, 2019 08:34
Show Gist options
  • Save pablogrs/f5504f57c6efc1d5510139c0233c97c5 to your computer and use it in GitHub Desktop.
Save pablogrs/f5504f57c6efc1d5510139c0233c97c5 to your computer and use it in GitHub Desktop.
Delete all jenkins jobs
for(j in jenkins.model.Jenkins.theInstance.getAllItems()) {
j.delete()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment