2008/5/2 Eric Marden <[EMAIL PROTECTED]>: > Continuous Integration is a highly customized process - use what works. > The process looks different at every company/organization/team. >
Agreed, everyone has their own unique requirements and people should use what suits them best. For us we wanted to ensure coding standards as well as confirm the applications did not break due to any commits so we went for the more complex solution. If you just need a checkout, compress, zip, upload then a shell script is more than sufficient I think. Regards Marco
