Update Jenkinsfile

This commit is contained in:
MihailInternul 2024-03-08 12:30:22 +02:00 committed by GitHub
parent cf7058302e
commit c18288bbe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Jenkinsfile vendored
View file

@ -64,7 +64,7 @@ pipeline {
stage('Build Docker Image (MR)') { stage('Build Docker Image (MR)') {
when { when {
expression { expression {
return env.BRANCH_NAME == 'mr' return env.BRANCH_NAME == 'mr2'
} }
} }
steps { steps {
@ -81,7 +81,7 @@ pipeline {
stage('Push Docker Image (MR)') { stage('Push Docker Image (MR)') {
when { when {
expression { expression {
return env.BRANCH_NAME == 'mr' return env.BRANCH_NAME == 'mr2'
} }
} }
steps { steps {