Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created August 20, 2017 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtyler/69b5a41ac51316bd1339a6410f2fc6b4 to your computer and use it in GitHub Desktop.
Save rtyler/69b5a41ac51316bd1339a6410f2fc6b4 to your computer and use it in GitHub Desktop.
#!/bin/sh
exec docker run --rm -ti -p 8080:8080 -e GITHUB_USER=rtyler -v $PWD/init.groovy.d:/var/jenkins_home/init.groovy.d -e CLIENT_SECRET=foobar -e CLIENT_ID=foobar -e AZURE_SUBSCRIPTION_ID=fooar -e AZURE_TENANT_ID=FOOBAR -e AZURE_CLIENT_ID=FOOBAR-e AZURE_CLIENT_SECRET="FOOBAR" rtyler/codevalet-master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment