wiki:BUILD_SERVER_REPORTS_R0

Version 4 (modified by pav, 16 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=BUILD_SERVER_REPORTS_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|) failed
current transaction is aborted, commands ignored until end of transaction block

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

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.

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.)