Changes between Version 1 and Version 2 of BUILD_SERVER_REPORTS_R0
- Timestamp:
- 12/19/08 13:41:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BUILD_SERVER_REPORTS_R0
v1 v2 6 6 7 7 = Analysis = 8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^9 8 10 9 == Overview == 11 ^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 10 Configure the build server to generate complete and accurate reports for every build. The reports should be visualized in useful for the developers form. 12 11 13 12 == Task requirements == 14 ^(Necessary requirements that the task must fulfill.)^ 13 * The Hudson server should use the maven reports for every build. 14 * The reports should be as listed in [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN]. 15 15 16 16 == Task result == 17 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 17 The Hudson instance generates full reports fo every build executed 18 18 19 19 == Implementation idea == 20 ^(It is advisable to include some rough implementations ideas.)^ 20 Configure Hudson to use the reports generated from the maven's site command. 21 21 22 22 == Related == 23 ^(Here you can add related tasks that could be useful or helpful.)^ 23 [wiki:BUILD_SERVER_INSTANCE_R0][[BR]] 24 [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN] 24 25 25 26 == How to demo == 26 ^(In this section you must add instructions for the demo of the task.)^ 27 Show the generated reports for every build executed on the Hudson instance. 27 28 28 29 = Design =