Skip to content

Instantly share code, notes, and snippets.

@carlspring
Created August 21, 2015 15:32
Show Gist options
  • Save carlspring/2eb8dde4fcbae0443e6e to your computer and use it in GitHub Desktop.
Save carlspring/2eb8dde4fcbae0443e6e to your computer and use it in GitHub Desktop.
Hudson hacks and tricks
Get a list of the enabled Hudson jobs:
find /path/to/hudson/jobs -maxdepth 2 -name "config.xml" -exec grep -L '<disabled>true</disabled>' -n {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment