Last active
December 13, 2018 11:41
-
-
Save bborysenko/8b7c7ae0d617c709443e39c5f43ca1c3 to your computer and use it in GitHub Desktop.
Jenkins
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
#!/usr/bin/env bash | |
JENKINS_CRUMB=$(curl -u ${JENKINS_USER}:${JENKINS_PASSWORD} ${JENKINS_URL}/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,":",//crumb)') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment