Skip to content

Commit

Permalink
Fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Valsecchi committed Feb 28, 2018
1 parent 513f0cd commit e984005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dockerBuild {
stage("Publish ${majorRelease}") {
checkout scm
setCronTrigger('H H(0-8) * * *')
parallel "docker hub push" {
parallel "docker hub push": {
withCredentials([[$class : 'UsernamePasswordMultiBinding', credentialsId: 'dockerhub',
usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD']]) {
sh 'docker login -u "$USERNAME" -p "$PASSWORD"'
Expand Down

0 comments on commit e984005

Please sign in to comment.