Plugin Information
This plugin enables you to publish CppUnit test results.
This plugin makes it possible to import CppUnit reports from each build into Hudson so they are displayed with a trend graph and details about which tests that failed.
Compatibility with Hudson core
Changelog
Version 1.2
- Cppunit plugin extends xUnit plugin.
Cppunit is an option of xUnit tools list
Version 1.1.1
- Fixed regression for processing build on slaves
- Fixed (issue #4371)
Version 1.1
Version 1.0 (August 20, 2009)
- Removed the ability to use a custom style sheet.
You have to use the embedded style sheet and raise an issue if there are problems.
Version 0.5.1 (August 06, 2009)
- Fixed "CppUnit plugin crashes when used on slaves" (#4156)
Version 0.5 (July 31, 2009)
- Basedir of the fileset is now the SCM module root or the workspace with multiple module roots
- Added the ability to analyze multiple files with the same name from multiple directories
Version 0.4 (July 27, 2009)
- Enhanced the core cppunit XSL stylesheet for recording AUnit (Ada framework)
Version 0.3 (April 11, 2009)
- Migration to Hudson 1.299 with the new API hudson.AbortException(String message)
Version 0.2 (March 28, 2009)
- Fixed remote and matrix usage
Version 0.1 (March 14, 2009)