Changed the wait on SQ so that it doesn't keep a node.

This commit is contained in:
Christopher Jones 2017-09-07 12:37:04 -05:00
parent 17398b9f29
commit 3a8ca32bb5

2
Jenkinsfile vendored
View file

@ -29,6 +29,8 @@ pipeline {
}
stage('SonarQube Quality Gate') {
node none
steps {
timeout(time: 1, unit: 'HOURS') {
script {