Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devopswise committed Jul 22, 2018
1 parent d5beb40 commit c169a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node('jenkins-python-slave') {
sh '''docker run -i \
-e AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} \
-e AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} \
-e AWS_INSTANCE_TYPE="t2.large"
-e CDT_BRANCH="${BRANCH_NAME}" \
-e CDT_PLAYBOOK="site.yml" \
-e ELASTIC_IP=${CDT_ELASTIC_IP} \
Expand Down

0 comments on commit c169a5f

Please sign in to comment.