Skip to content

Instantly share code, notes, and snippets.

@whittlec
Created July 29, 2013 16:49
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