Updated to use different parameters for sonarqube analysis.

This commit is contained in:
Christopher Jones 2017-09-08 07:54:26 -05:00
parent 4bb44c3c6c
commit ea5d42c395

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ pipeline {
sh "${scannerHome}/bin/sonar-scanner" 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"
} }
} }