mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
987adbb609
commit
f57bc5b83e
1 changed files with 5 additions and 3 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -1,3 +1,5 @@
|
|||
@Library('pipeline_lib') _
|
||||
|
||||
pipeline_lib.run_pipelines()
|
||||
node {
|
||||
def rootDir = pwd()
|
||||
def pipeline_lib = load "${rootDir}/vars/pipeline_lib.groovy "
|
||||
pipeline_lib.run_pipelines()
|
||||
}
|
Loading…
Reference in a new issue