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