diff --git a/Jenkinsfile b/Jenkinsfile index 6859f71ec..8e9a763fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,6 @@ pipeline { } stage('Push artifact to docker registry') { steps { - echo 'Push docker image tu registry' withDockerRegistry(credentialsId: 'dockerhub_id') { sh "docker push rodley/pet-clinic:${BUILD_NUMBER}" }