Updated to use original style of the extension.

This commit is contained in:
Christopher Jones 2017-09-07 11:26:18 -05:00
parent c5137a729e
commit 11f6edf980

7
Jenkinsfile vendored
View file

@ -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"
}
}