Skip to content

Instantly share code, notes, and snippets.

@rwd
Created October 11, 2017 11:40
Show Gist options
  • Save rwd/fc2c998c84ee1a13d6effd41bc606ba4 to your computer and use it in GitHub Desktop.
Save rwd/fc2c998c84ee1a13d6effd41bc606ba4 to your computer and use it in GitHub Desktop.
Jenkins shell script CF_HOME example
mkdir -p ${HOME}/.cf/${JOB_NAME} && export CF_HOME=${HOME}/.cf/${JOB_NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment