| Wiki Markup |
|---|
{iframe:src=http://update.sonarsource.org/plugins/sonar-build-stability-plugin.html|width=700|height=250|frameborder=0}
Your browser does not support iframes.
{iframe} |
Compatibility matrix
Plugin | 1.1.1 | 1.1.2 | 2.0-SNAPSHOT |
|---|---|---|---|
Sonar | 1.12+ | 2.2+ | 2.2-SNAPSHOT |
|
|
| |
|
|
| |
|
|
| |
TeamCity (see SONARPLUGINS-338) |
|
|
|
Description / Features
Generates reports based on information about builds from Continuous Integration System.

You can see real life example of this plugin on Nemo: http://nemo.sonarsource.org/project/index/org.codehaus.sonar:sonar
Usage & Installation
- Place the jar into /extensions/plugins/ directory
- Restart Sonar Web server
- Specify your Continuous Integration Server Job URL:
within your pom.xml
Example for Bamboo:Code Block xml,title pom.xml <ciManagement> <system>Bamboo</system> <url>http://ci.codehaus.org/browse/SONAR-DEF</url> </ciManagement>
Example for Hudson:
Code Block xml,title pom.xml <ciManagement> <system>Hudson</system> <url>http://hudson.glassfish.org/job/hudson/</url> </ciManagement>
or via Sonar Settings (Project/Module Settings -> Build Stability -> CiManagement)
Example for Bamboo:Code Block Bamboo:http://ci.codehaus.org/browse/SONAR-DEF
Example for Hudson:
Code Block Hudson:http://hudson.glassfish.org/job/hudson/
- Specify Username and Password (Global/Project/Module Settings -> Build Stability) if needed
- Launch a new quality analysis and the metrics will be fed
Changelog
| JIRA Issues | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|

