Commit 144f8a60 authored by Josh Steinberg's avatar Josh Steinberg

edit sonar jenkinsfill

parent fabb5d69
...@@ -25,7 +25,7 @@ pipeline { ...@@ -25,7 +25,7 @@ pipeline {
} }
stage("Quality Gate"){ stage("Quality Gate"){
steps{ steps{
timeout(time: 1, unit: 'HOURS'){ timeout(time: 1, 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