Updated the Jenkinsfile to use the sonarqube DSL extension.

This commit is contained in:
Christopher Jones 2017-09-06 13:47:01 -05:00
parent 13dcbdfd3e
commit e07c941cc1

5
Jenkinsfile vendored
View file

@ -24,10 +24,7 @@ pipeline {
sh "${scannerHome}/bin/sonar-scanner" sh "${scannerHome}/bin/sonar-scanner"
} }
*/ */
sonarqubeAnalysis { sonarqubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging"
scanner = 'SonarQube_Scanner_3.0.3.778'
server = 'Staging'
}
} }
} }