mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +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)') {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue