mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
cf7058302e
commit
c18288bbe7
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue