Update Jenkinsfile

This commit is contained in:
2025-05-27 15:46:05 +03:00
parent 981a9e4e2e
commit 7c106cbf87

2
Jenkinsfile vendored
View File

@@ -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')
} }
} }
} }