Update pipelines.groovy

This commit is contained in:
surtexx 2023-11-14 10:45:44 +02:00 committed by GitHub
parent 088e67d98b
commit 71b4bd91e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
def run_pipelines(){
def call(){
if(env.CHANGE_ID != null){
pipeline{
agent any