mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
f57bc5b83e
commit
7e8534516b
1 changed files with 5 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,5 +1,7 @@
|
|||
import vars.pipeline_lib
|
||||
|
||||
node {
|
||||
def rootDir = pwd()
|
||||
def pipeline_lib = load "${rootDir}/vars/pipeline_lib.groovy "
|
||||
pipeline_lib.run_pipelines()
|
||||
def pipelines = new pipeline_lib()
|
||||
pipelines.run_pipelines()
|
||||
}
|
Loading…
Reference in a new issue