Update vars/jenkinsPipelineSkeleton.groovy

This commit is contained in:
2025-05-27 17:49:04 +03:00
parent 0463a0786f
commit 2ae3605546
+2
View File
@@ -15,6 +15,7 @@ def call(String projectName, Map config) {
}
}
}
if (config.checkDependencyPipeline) {
stage('Check dependent Pipeline Status') {
steps {
@@ -24,6 +25,7 @@ def call(String projectName, Map config) {
}
}
}
stage('Build and Deploy') {
steps {
script {