Created
October 11, 2017 11:49
-
-
Save rwd/531970e7442eed7e7f3c23cc21b8af82 to your computer and use it in GitHub Desktop.
Jenkins CF login example using env vars
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
set +x && cf login -a ${BLUEMIX_CF_API} -u ${CF_USER} -p ${CF_PASS} -o ${BLUEMIX_CF_ORG} -s test && set -x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment