From b11aad0a20144e54433ea74d0d079c2b6d279e52 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 7 Sep 2017 06:44:48 -0500 Subject: [PATCH] Reverted to inline SQ analysis for testing. --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3a3c6590d..bf5379eb1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stage('SonarQube Analysis') { steps { - /* + ///* script { scannerHome = tool 'SonarQube_Scanner_3.0.3.778'; } @@ -23,8 +23,8 @@ pipeline { echo "${scannerHome}" sh "${scannerHome}/bin/sonar-scanner" } - */ - sonarqubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${workspace}/sonar-project.properties" + //*/ + //sonarqubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${workspace}/sonar-project.properties" } }