Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-14 10:43:13 +02:00 committed by GitHub
parent 960ecdeb51
commit 8b30828b48
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 {
pipelines.run_pipelines
pipelines.run_pipelines()
}