Skip to content

Instantly share code, notes, and snippets.

@sergeyhush
Last active August 29, 2015 14:07
Show Gist options
  • Save sergeyhush/0df23f96e4c67df68c16 to your computer and use it in GitHub Desktop.
Save sergeyhush/0df23f96e4c67df68c16 to your computer and use it in GitHub Desktop.
Delete all Jenkins jobs
(hudson.model.Hudson.instance.items.findAll { job -> job.delete() })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment