Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-13 18:09:29 +02:00 committed by GitHub
parent 987adbb609
commit f57bc5b83e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Jenkinsfile vendored
View file

@ -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()
}