mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
Update pipeline_lib.groovy
This commit is contained in:
parent
5daa969744
commit
68fc95af0f
1 changed files with 46 additions and 44 deletions
|
@ -1,3 +1,4 @@
|
|||
def run(){
|
||||
if(env.CHANGE_ID != null){
|
||||
pipeline{
|
||||
agent any
|
||||
|
@ -53,3 +54,4 @@ else if(env.BRANCH_NAME == "main"){
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue