Update vars/jenkinsPipelineSkeleton.groovy
This commit is contained in:
@@ -15,7 +15,8 @@ def call(String projectName, Map config) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (config.checkDependencyPipeline) {
|
|
||||||
|
if (config.checkDependencyPipeline) {
|
||||||
stage('Check dependent Pipeline Status') {
|
stage('Check dependent Pipeline Status') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@@ -24,6 +25,7 @@ def call(String projectName, Map config) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build and Deploy') {
|
stage('Build and Deploy') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@@ -41,4 +43,4 @@ def call(String projectName, Map config) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user