File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -347,14 +347,14 @@ pipeline {
347
347
}
348
348
}
349
349
350
- // stage('Verify Sonar Quality Gate') {
351
- // steps {
352
- // timeout(time: 10, unit: 'MINUTES') {
353
- // // Set abortPipeline to true to stop the build if the Quality Gate is not met.
354
- // waitForQualityGate(abortPipeline: false, webhookSecretId: "${sonar_webhook_secret_creds}")
355
- // }
356
- // }
357
- // }
350
+ stage(' Verify Sonar Quality Gate' ) {
351
+ steps {
352
+ timeout(time : 10 , unit : ' MINUTES' ) {
353
+ // Set abortPipeline to true to stop the build if the Quality Gate is not met.
354
+ waitForQualityGate(abortPipeline : false , webhookSecretId : " ${ sonar_webhook_secret_creds} " )
355
+ }
356
+ }
357
+ }
358
358
359
359
stage(' Make Workspace bin directory' ) {
360
360
steps {
You can’t perform that action at this time.
0 commit comments