Last active
December 10, 2015 14:18
-
-
Save didip/4446715 to your computer and use it in GitHub Desktop.
Grab Jenkins project names from cc.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --silent http://your.jenkins/cc.xml | grep -o '<Project[^>]*/>' | grep -o 'name="[^"]*"' | cut -f2 -d'"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment