This commit is contained in:
jhansi06 2025-12-16 13:53:28 +05:30
parent bb7efcffc9
commit 23225373dd

10
Jenkinsfile vendored
View file

@ -35,6 +35,16 @@ pipeline {
}
}
stage("QualityGate"){
steps {
timeout(time: 1, unit: 'MINUTES') {
waitForQualityGate abortPipeline: true
}
}
}
}