From 27d904196a1441628be8f9c1d441b9f6ebfb219a Mon Sep 17 00:00:00 2001 From: Stas Bezuhlyi <56916662+stasbezuhlyi@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:34:08 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) 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}" }