Version 4 (modified by pav, 16 years ago) (diff) |
---|
Analysis
Overview
Configure the build server to generate complete and accurate reports for every build. The reports should be visualized in useful for the developers form.
Task requirements
- The Hudson server should use the maven reports for every build.
- The reports should be as listed in PLATFORM_DEPLOYMENT_BUILD_MAVEN.
Task result
The Hudson instance which generates full reports for every build executed
Implementation idea
Configure Hudson to use the reports generated from the maven's site command.
Related
BUILD_SERVER_INSTANCE_R0
PLATFORM_DEPLOYMENT_BUILD_MAVEN
How to demo
Show the generated reports for every build executed on the Hudson instance.
Design
- Research is made how to use Maven reports directly in Hudson. It seems that there are many problems trying to show the maven reports directly from Hudson. Watch out the effort during the implementation.
- There are some tutorials how to integrate maven reports plugin here: http://hudson.gotdns.com/wiki/label/HUDSON/plugin-report+plugin-maven. Use all of the plugins to generate reports for the project.
- Store the generated XML report files in doc/reports folder(first create it).
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)