Changes between Version 2 and Version 3 of BUILD_SERVER_INSTANCE_R0


Ignore:
Timestamp:
12/11/08 18:18:25 (16 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BUILD_SERVER_INSTANCE_R0

    v2 v3  
    3535 
    3636= Design = 
     37 * Research is made about hudson and continuum pros and cons. The main differences are: 
     38  * Continuum allows multiple jobs over a single project but has problem where if maven "modules" are sibling  
     39projects (i.e. referenced via ../some-project/pom.xml). It is harder to set up. 
     40  * hudson is better due to its simplicity. For example to configure a schedule, we should simply add “@daily” on schedule option and all is set. It has also more detailed email notifications. 
     41 
     42 * For now we will setup Hudson for our build continuous integration server. Visit https://hudson.dev.java.net/. 
     43 * There are a lot of reports that can be generated: http://hudson.gotdns.com/wiki/display/HUDSON/Plugins#Plugins-Buildreports 
     44 * The server will be set in the scs folder in the new server. See [wiki:S2S_MACHINE_SETUP_R1].  
     45 * Follow the installation instructions: http://hudson.gotdns.com/wiki/display/HUDSON/Installation+and+Execution. 
    3746 
    3847= Implementation =