Jfrog Updated

Jfrog Updated
This commit is contained in:
sandeepds 2019-08-26 10:50:04 +05:30 committed by GitHub
parent 76901a07ec
commit 2fe0c1ed48
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: 10, unit: 'MINUTES') {
timeout(time: 2, unit: 'MINUTES') {
def qg = waitForQualityGate()
if (qg.status != 'OK') {
currentBuild.status='FAILURE'
@ -33,4 +33,8 @@ node {
}
}
}
stage('Jfrog Artifactory Upload'){
}
}