Name |
Clean Test Plugin |
---|---|
Version |
1.0 |
Product Versions |
2.0 |
Author(s) |
|
Homepage |
http://confluence.atlassian.com/display/BAMEXT/Bamboo+Clean+Test+Plugin |
Price |
Free |
License |
|
IssueTracking |
http://developer.atlassian.com/jira/browse/BCTP |
Subversion URL |
https://svn.atlassian.com/svn/public/contrib/bamboo/bamboo-clean-test-plugin/trunk |
Fisheye URL |
http://svn.atlassian.com/fisheye/browse/public/contrib/bamboo/bamboo-clean-test-plugin |
Download JAR |
|
Download source |
|
Download Javadoc |
Description/Features
A simple BAMBOO plugin that removes all previous xml files in the test results directory.
Use this feature for a maven multi modules project.
Why is it usefull ?
For example : With a builder that is configured with goals "clean install". If a compilation fails and breaks the build, the previous test results in other modules are not removed, so Bamboo index them. And the Bamboo tests number that is displayed is wrong.
Usage
- Copy the bamboo-clean-test-plugin-1.0.jar file into your <BAMBOO_HOME>/webapp/WEB-INF/lib directory and restart Bamboo
- In the configuration of your plan, there should be a new Clean Test section on the 'Builder Configuration' tab. Here you can specify whether your plan can remove the previous test result.
Version Compatibility
Compatibility of Clean Test Plugin versions (side) versus Bamboo versions (top).
|
before 2.0 |
2.0-2.2.x |
---|---|---|
1.0 |
|
|
= compatible
= not compatible
= compatibility unknown
Version History
Version |
Date |
Description |
---|---|---|
1.0 |
Jully 4th 2008 |
initial version |
1.0
Initial version
Possible Future Changes
Unscheduled
Screenshots
Screenshots |
||
---|---|---|
|
|
|
1 Comment
Oleksii Gnatkevych
Seems like it has problems with Bamboo 2.4.0.
java.lang.NoSuchMethodError: com.atlassian.bamboo.v2.build.BuildPlanDefinition.getBuilder()Lcom/atlassian/bamboo/v2/build/BuilderV2;
at fr.calitech.bamboo.plugins.CleanTestPreBuildAction.cleanTestResults(CleanTestPreBuildAction.java:65)