Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-14 10:46:05 +02:00 committed by GitHub
parent 71b4bd91e9
commit bb4366eb1d
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') _ @Library('pipeline_lib') _
node { node {
pipelines.run_pipelines pipelines()
} }