Re-added QA approval to test quality gate stage.

This commit is contained in:
Christopher Jones 2017-09-06 11:49:43 -05:00
parent 807a24d22d
commit 73ca495ee7
2 changed files with 2 additions and 4 deletions

4
Jenkinsfile vendored
View file

@ -28,8 +28,7 @@ pipeline {
}
}
/*
stage("SonarQube Quality Gate") {
stage('SonarQube Quality Gate') {
steps {
timeout(time: 1, unit: 'HOURS') {
def qg = waitForQualityGate()
@ -39,7 +38,6 @@ pipeline {
}
}
}
*/
stage('Approve for QA') {
steps {

View file

@ -29,7 +29,7 @@
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
<thymeleaf-layout-dialect.version>2.0.4</thymeleaf-layout-dialect.version>
<sonar.host.url>https://sonarqube.kcura.corp/</sonar.host.url>
<sonar.host.url>http://mssonarstg81.morningstar.com:9000</sonar.host.url>
<sonar.junit.reportsPath>target/surefire-reports</sonar.junit.reportsPath>
<!--
<sonar.branch>master</sonar.branch>