Update vars/jenkinsPipelineSkeleton.groovy
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user