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