From 9b1b053f4a457ec96fad10e0083384455288dd32 Mon Sep 17 00:00:00 2001 From: Stas Bezuhlyi <56916662+stasbezuhlyi@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:03:14 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 043efba68..7d50ede51 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,6 @@ pipeline { stage('Push artifact to docker registry') { steps { script { - #!/bin/bash -xe docker.withRegistry('', 'dockerhub_id') { dockerImage.push() dockerImage.push("latest")