Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-14 10:39:24 +02:00 committed by GitHub
parent 7e8534516b
commit 2c63bed553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View file

@ -1,7 +1,5 @@
import vars.pipeline_lib @Library('pipeline_lib') _
node { node {
def rootDir = pwd() pipeline_lib.run_pipelines
def pipelines = new pipeline_lib()
pipelines.run_pipelines()
} }