Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -19,7 +19,7 @@ pipeline {
|
|||||||
stage('Check dependent Pipeline Status') {
|
stage('Check dependent Pipeline Status') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
getJenkinsJobStatus('custom-dind-pipeline')
|
getJobStatus('custom-dind-pipeline')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user