From 4e2f3872d6352ecbee5f0c0e152450641f0ec46e Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 7 Sep 2017 11:13:43 -0500 Subject: [PATCH] Trying inline version again since plugin call seems to be getting skipped periodically. --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ef6699abb..ede86b375 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" } - */ - startSonarQubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${env.WORKSPACE}/sonar-project.properties" + //*/ + //startSonarQubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${env.WORKSPACE}/sonar-project.properties" } }