From c18288bbe72208aee8353684f44b8109e238b670 Mon Sep 17 00:00:00 2001 From: MihailInternul <157023284+MihailInternul@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:30:22 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a0dfaa706..6a0079860 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,7 +64,7 @@ pipeline { stage('Build Docker Image (MR)') { when { expression { - return env.BRANCH_NAME == 'mr' + return env.BRANCH_NAME == 'mr2' } } steps { @@ -81,7 +81,7 @@ pipeline { stage('Push Docker Image (MR)') { when { expression { - return env.BRANCH_NAME == 'mr' + return env.BRANCH_NAME == 'mr2' } } steps {