Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 16, 2019
1 parent 7e0dd2c commit 8dd0aeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ dockerBuild {
checkout scm
sh 'docker --version'
sh 'docker-compose --version'
withCredentials([string(credentialsId: 'docker-hub', variable: 'TOTO')]) {
sh "echo '${TOTO}'|base64"
}
clean()
}
stage('Build') {
Expand Down

0 comments on commit 8dd0aeb

Please sign in to comment.