test
Some checks failed
perso/jenkins-wdocker/master There was a failure building this commit

This commit is contained in:
Julien Cabillot 2019-06-25 18:32:30 -04:00
parent 07a38dce3a
commit 7f0b5a00c7

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
stage('Deploy Image') { stage('Deploy Image') {
steps{ steps{
script { script {
withDockerRegistry(url: 'https://registry.hub.docker.com', credentialsId: 'dockerhub_jcabillot') { withDockerRegistry(url: 'https://docker.io', credentialsId: 'dockerhub_jcabillot') {
sh 'docker push jcabillot/jenkins-wdocker' sh 'docker push jcabillot/jenkins-wdocker'
} }
} }