Update Jenkinsfile

This commit is contained in:
ametgud4u 2020-07-07 16:19:36 +05:30 committed by GitHub
parent c2a7eb371d
commit b604ab0c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ node('master'){
}
stage("Quality Gate"){
timeout(time: 15, unit: 'MINUTES') {
timeout(time: 35, unit: 'MINUTES') {
def qg = waitForQualityGate()
if (qg.status != 'OK') {
error "Pipeline aborted due to quality gate failure: ${qg.status}"