Changed the name of the SonarQube analysis step.

This commit is contained in:
Christopher Jones 2017-09-07 10:40:54 -05:00
parent b89f313ee5
commit 42202d03cb

2
Jenkinsfile vendored
View file

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