This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -23,7 +23,7 @@ pipeline {
|
||||
stage('Deploy Image') {
|
||||
steps{
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user