Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-14 10:44:18 +02:00 committed by GitHub
parent 8b30828b48
commit 088e67d98b
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.run_pipelines
} }