added jenkins

This commit is contained in:
unknown 2025-05-27 13:00:56 +05:30
parent c3880ccee5
commit 00d5ba1c33

2
Jenkinsfile vendored
View file

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