Skip to content

Commit

Permalink
add Jenkinsfile.local
Browse files Browse the repository at this point in the history
  • Loading branch information
devopswise committed Jan 16, 2019
1 parent 6a06f7d commit 3c17238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pipeline {
sh '''docker run -i \
-e AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} \
-e AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} \
-e DO_NOT_PROVISION_EC2="true" \
-e SERVER_FQDN=${CDT_SERVER_FQDN} \
-e KEY_PAIR=dwtools \
-e PEM_FILE=/opt/cdt/dwtools.pem \
-e DEBUG="-vv" \
Expand All @@ -28,3 +30,4 @@ pipeline {
}
}
}

0 comments on commit 3c17238

Please sign in to comment.