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') {
|
||||
steps {
|
||||
script {
|
||||
stage('Check dependent Pipeline Status') {
|
||||
steps {
|
||||
script {
|
||||
if (config.checkDependencyPipeline) {
|
||||
getJobStatus(config.dependencyPipeline)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user