Update Jenkinsfile

This commit is contained in:
nagarjuna33 2023-04-06 17:12:11 +05:30 committed by GitHub
parent 71275416e8
commit 9c4bbce8cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Jenkinsfile vendored
View file

@ -20,13 +20,6 @@ stages {
}
}
}
stage('Quality Gate') {
steps {
timeout(time: 20, unit: 'MINUTES'){
waitForQualityGate abortPipeline: true
}
}
}
}
}