Update vars/jenkinsPipelineSkeleton.groovy

This commit is contained in:
2025-05-27 17:51:39 +03:00
parent 2ae3605546
commit 046ab7c6ad

View File

@@ -16,10 +16,10 @@ def call(String projectName, Map config) {
} }
} }
if (config.checkDependencyPipeline) {
stage('Check dependent Pipeline Status') { stage('Check dependent Pipeline Status') {
steps { steps {
script { script {
if (config.checkDependencyPipeline) {
getJobStatus(config.dependencyPipeline) getJobStatus(config.dependencyPipeline)
} }
} }