Skip to content

Instantly share code, notes, and snippets.

@whittlec
Created July 29, 2013 16:49
Show Gist options
  • Save whittlec/6105743 to your computer and use it in GitHub Desktop.
Save whittlec/6105743 to your computer and use it in GitHub Desktop.
Disable all Hudson jobs
for(item in Hudson.instance.items) {
item.disable()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment