Created
September 15, 2015 18:00
-
-
Save adampats/fd078005cd78d45fe809 to your computer and use it in GitHub Desktop.
Get jenkins job config.xml
This file contains hidden or 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
| jenkins_server='jenkins-dev.domain.net' | |
| job_name='app-deploy' | |
| username='adam' | |
| curl -X GET -u $username -k "https://$jenkins_server/job/$job_name/config.xml" -O | |
| # prompted for password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment