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