This commit is contained in:
parent
07a38dce3a
commit
7f0b5a00c7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user