Skip to content

Instantly share code, notes, and snippets.

@rwd
Created October 11, 2017 11:49
Show Gist options
  • Save rwd/531970e7442eed7e7f3c23cc21b8af82 to your computer and use it in GitHub Desktop.
Save rwd/531970e7442eed7e7f3c23cc21b8af82 to your computer and use it in GitHub Desktop.
Jenkins CF login example using env vars
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