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

Added sonarqube stage

parent dbbc63a6
......@@ -27,7 +27,7 @@ pipeline {
}
stage("Quality Gate") {
steps {
timeout(time: 5, unit: 'MINUTES') {
timeout(time: 2, unit: 'MINUTES') {
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