Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
@Library('pipeline_lib') _
node {
pipeline_lib.run_pipelines
pipelines.run_pipelines
}