From ab91c3c4af6e334405253077e3e521fcbbf3437c Mon Sep 17 00:00:00 2001 From: Stas Bezuhlyi <56916662+stasbezuhlyi@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:06:16 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7d50ede51..668b12fe7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,9 +26,9 @@ pipeline { stage('CREATE ARTIFACT') { steps { echo 'Creating Docker Image...' - sh '''#!/bin/bash -xe + sh """#!/bin/bash -xe docker build . -t ${env.IMAGE_NAME} -f ${env.DOCKERFILE_NAME} - ''' + """ } } stage('Push artifact to docker registry') {