| 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 |
| 39 | projects (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. |