This plugin allows configuring and running SonarQube analysis on the TeamCity server.
The latest build of the plugin is available on the public TeamCity server and can be downloaded from the public TeamCity server:
Run the following command in the root of the checked out repository:
`mvn clean package`
Install the plugin as described in the TeamCity documentation.
- Build step to run SonarQube Runner analysis
The most used properties can be configured via the TeamCity UI in a convenient way. Maven test results and JaCoCo code coverage results will be sent to the SonarQube Server automatically.
- Connections to SonarQube Server locations to send information from the SonarQube Runner
Any number of SonarQube Server connections can be defined for a project. A connection can be used in any Build Configuration under the project including those from subprojects.
The 'Edit project' permission is required to manage SonarQube servers (add/edit/remove, and view account).
- Build Breaker plugin integration
TeamCity will add build problems according to the results of the Build Breaker. TeamCity will look for the Build Breaker messages in the build log and parse them to produce TeamCity Build Problems.