added jenkins

This commit is contained in:
unknown 2025-05-27 13:48:06 +05:30
parent 00d5ba1c33
commit 579c32fac8

4
Jenkinsfile vendored
View file

@ -40,13 +40,13 @@ pipeline {
} }
stage('Quality Gate') { stage('Quality Gate') {
steps { steps {
timeout(time: 5, unit: 'MINUTES') { timeout(time: 5, unit: 'MINUTES') {
waitForQualityGate abortPipeline: true waitForQualityGate abortPipeline: true
} }
} }
}
}
} }
} }