Update Jenkinsfile

This commit is contained in:
2025-05-27 15:44:36 +03:00
parent 78e4d6b39c
commit 981a9e4e2e

7
Jenkinsfile vendored
View File

@@ -16,6 +16,13 @@ pipeline {
}
}
}
stage('Check dependent Pipeline Status') {
steps {
script {
getJenkinsJobStatus('custom-dind-pipeline')
}
}
}
stage('Build and Deploy') {
steps {
script {