Temporarily commented out the wait for the analysis.

This commit is contained in:
Christopher Jones 2017-09-06 08:41:20 -05:00
parent 71c6368f96
commit b5f3e99cf4

2
Jenkinsfile vendored
View file

@ -34,6 +34,7 @@ pipeline {
} }
} }
/*
stage("SonarQube Quality Gate") { stage("SonarQube Quality Gate") {
steps { steps {
timeout(time: 1, unit: 'HOURS') { timeout(time: 1, unit: 'HOURS') {
@ -44,6 +45,7 @@ pipeline {
} }
} }
} }
*/
stage('Approve for QA') { stage('Approve for QA') {
agent any agent any