Commit 46ac176a authored by Fernando Vazquez's avatar Fernando Vazquez

Added sonarqube stage

parent dbbc63a6
...@@ -27,7 +27,7 @@ pipeline { ...@@ -27,7 +27,7 @@ pipeline {
} }
stage("Quality Gate") { stage("Quality Gate") {
steps { steps {
timeout(time: 5, unit: 'MINUTES') { timeout(time: 2, unit: 'MINUTES') {
waitForQualityGate abortPipeline: true waitForQualityGate abortPipeline: true
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment