Skip to content

Instantly share code, notes, and snippets.

@scoheb
Created August 9, 2017 19:19
Show Gist options
  • Save scoheb/b5397fefe7c952a6dec01055d94c464a to your computer and use it in GitHub Desktop.
Save scoheb/b5397fefe7c952a6dec01055d94c464a to your computer and use it in GitHub Desktop.
def map = readProperties file: 'fedmsg_properties.txt'
def fedmsg_properties = map.collect { key, value -> return key+'='+value }
withEnv(fedmsg_properties) {
echo "${env.SCOTT}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment