From 11f6edf9808ac6d60764d6d1495fccd677857056 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 7 Sep 2017 11:26:18 -0500 Subject: [PATCH] Updated to use original style of the extension. --- Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b1b2d339..ef6699abb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,12 +24,7 @@ pipeline { sh "${scannerHome}/bin/sonar-scanner" } */ - //startSonarQubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${env.WORKSPACE}/sonar-project.properties" - startSonarQubeAnalysis { - scanner = "SonarQube_Scanner_3.0.3.778" - server = "Staging" - pathToProjectSonarSettings = "${env.WORKSPACE}/sonar-project.properties" - } + startSonarQubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${env.WORKSPACE}/sonar-project.properties" } }