Commit d18eed67 authored by Josh Steinberg's avatar Josh Steinberg

add timeout for quality gate

parent 0d72f6a2
......@@ -26,9 +26,10 @@ pipeline {
}
stage("Quality Gate"){
steps{
timeout(time: 5, 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