Changes between Version 1 and Version 2 of BUILD_SERVER_DEPLOYMENTS_R0
- Timestamp:
- 12/19/08 12:26:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BUILD_SERVER_DEPLOYMENTS_R0
v1 v2 15 15 * there should be a Hudson log file on appropriate place. (the build folder where the server will be set up) 16 16 * there should be bash script which runs the server on machine start 17 * create users for all the developers to have access to the build server. 17 * create users for all the developers to have access to the build server. Create authentication rules for each of the Hudson users. 18 * write [wiki:BUILD_SERVER_DEPLOYMENTS] page with tutorial how to build the project and use the reports generated by Hudson. 19 * Research the send mail option and configure it if it is possible 18 20 19 * All of these requirements were completed in [wiki:BUILD_SERVER_INSTANCE_R0] task. 20 21 * All of these requirements except the last two were completed in [wiki:BUILD_SERVER_INSTANCE_R0] task. 21 22 22 23 == Task result == 23 See [wiki:BUILD_SERVER_INSTANCE_R0]. 24 * See [wiki:BUILD_SERVER_INSTANCE_R0]. 25 * Wiki [wiki:BUILD_SERVER_DEPLOYMENTS] page with the build server tutorial. 26 * authentication rules for the hudson users. 27 * received mails on every build 24 28 25 29 == Implementation idea == 26 See [wiki:BUILD_SERVER_INSTANCE_R0]. 30 * See [wiki:BUILD_SERVER_INSTANCE_R0]. 31 * use Hudson tutorial: http://hudson.gotdns.com/wiki/display/HUDSON/Use+Hudson 32 * Use Matrix-based security in the Hudson configuration. 27 33 28 34 == Related == … … 30 36 31 37 == How to demo == 32 See [wiki:BUILD_SERVER_INSTANCE_R0]. 38 * See [wiki:BUILD_SERVER_INSTANCE_R0]. 39 * Show the wiki tutorial page 40 * Show the new authentication rules to the developers. 41 * Build the project and show the received mail 33 42 34 43 = Design = 35 See [wiki:BUILD_SERVER_INSTANCE_R0]. 44 * See [wiki:BUILD_SERVER_INSTANCE_R0] for the requirements which intercede with instance task. 45 * [wiki:BUILD_SERVER_DEPLOYMENTS] created. 46 * In http://sophie2.org:8080/configure choose matrix-based security for authentication 47 * you can write users and add them to the table. Each row represents an user. 48 * decide the anonymous authentication - he/she should have only read privilidges 49 * update Hudson to its new version - 1.265. Update the report plugins also. 50 51 36 52 = Implementation = 37 53 See [wiki:BUILD_SERVER_INSTANCE_R0].