From 2c63bed553a5f205eedcfff0e25fd5cd3074af1a Mon Sep 17 00:00:00 2001 From: surtexx <91895868+surtexx@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:39:24 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6378cb89a..25f57ae9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,5 @@ -import vars.pipeline_lib +@Library('pipeline_lib') _ node { - def rootDir = pwd() - def pipelines = new pipeline_lib() - pipelines.run_pipelines() + pipeline_lib.run_pipelines }