From c6f2a36d3a63e59eff712c9d7495ef986daee978 Mon Sep 17 00:00:00 2001 From: Mihai Georgescu Date: Wed, 29 Nov 2023 14:26:16 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 32af4156c..9283bcb8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,6 +105,7 @@ pipeline { expression { return env.CHANGE_ID != null } + } steps { echo "now we will tag the docker image for the main branch" script { @@ -123,6 +124,7 @@ pipeline { expression { return env.CHANGE_ID != null } + } steps { echo "now we will push the image to the docker main repository" script {