From 73ca495ee727b3390be4652f386bea7fa2e8b548 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 6 Sep 2017 11:49:43 -0500 Subject: [PATCH] Re-added QA approval to test quality gate stage. --- Jenkinsfile | 4 +--- pom.xml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b1b6e594d..8a31f4390 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 { diff --git a/pom.xml b/pom.xml index 376be77b8..e25429136 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 3.0.2.RELEASE 2.0.4 - https://sonarqube.kcura.corp/ + http://mssonarstg81.morningstar.com:9000 target/surefire-reports