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 e069619 commit 36da3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pipeline {
sh "sleep 15"
withCredentials([string(credentialsId: 'AWS_ACCESS_KEY', variable: 'AWS_ACCESS_KEY_ID'),
string(credentialsId: 'AWS_SECRET_KEY', variable: 'AWS_SECRET_ACCESS_KEY'),
string(credentialsId: 'CDT_SERVER_FQDN', variable: 'CDT_SERVER_FQDN'),
]) {
wrap([$class: 'AnsiColorBuildWrapper', colorMapName: "xterm"]) {
sh '''docker run -i \
Expand Down

0 comments on commit 36da3fe

Please sign in to comment.