Skip to content

Instantly share code, notes, and snippets.

@khobbits
Created March 27, 2017 17:49
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 khobbits/e60a0b086fd73e6ea8ef64175dce0ab1 to your computer and use it in GitHub Desktop.
Save khobbits/e60a0b086fd73e6ea8ef64175dce0ab1 to your computer and use it in GitHub Desktop.
environment {
DEPLOY_TIMEOUT = 900
AWS_CREDENTIALS = '123456-abcd-efgh-ijkl-6dc2549e76a1'
REGION = 'us-east-1'
PROJECT = 'Secret AWS Project'
STACK_INFO = '''{
"master": {
"stackid": "123456-abcd-efgh-ijkl-6dc2549e76a1",
"layerid": "123456-abcd-efgh-ijkl-6dc2549e76a1",
"appid": "123456-abcd-efgh-ijkl-6dc2549e76a1",
}
}'''
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment