update times

update times
This commit is contained in:
sandeepds 2019-08-26 10:17:25 +05:30 committed by GitHub
parent f03d63503c
commit 76901a07ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ node {
}
}
stage('Sonar Quality Gate') {
timeout(time: 1, unit: 'HOURS') {
timeout(time: 10, unit: 'MINUTES') {
def qg = waitForQualityGate()
if (qg.status != 'OK') {
currentBuild.status='FAILURE'