From 2ae36055468d9bad2f2d751d3d0a2003b8e22da6 Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 27 May 2025 17:49:04 +0300 Subject: [PATCH] Update vars/jenkinsPipelineSkeleton.groovy --- vars/jenkinsPipelineSkeleton.groovy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vars/jenkinsPipelineSkeleton.groovy b/vars/jenkinsPipelineSkeleton.groovy index e6829ee..a3d90c0 100644 --- a/vars/jenkinsPipelineSkeleton.groovy +++ b/vars/jenkinsPipelineSkeleton.groovy @@ -15,7 +15,8 @@ def call(String projectName, Map config) { } } } - if (config.checkDependencyPipeline) { + + if (config.checkDependencyPipeline) { stage('Check dependent Pipeline Status') { steps { script { @@ -24,6 +25,7 @@ def call(String projectName, Map config) { } } } + stage('Build and Deploy') { steps { script { @@ -41,4 +43,4 @@ def call(String projectName, Map config) { } } } -} +} \ No newline at end of file