Continuous integration(CI) is the process of which a system is integrated on a continuous basis, leading to multiple integrations in a development cycle. This provides a means to monitor the quality of code, test it and receive quick notifications of errors.
It provides a quick overview of the current state of a project, from both a managers stand point and a programmer's.
It can turn integration from a multi day process to a non-event done on an hourly basis.
Intended audience
Drupal developers and Drupal architects intending to build sites who wish to know on a frequent basis when their complete integration fails.
Questions answered by this session
Setting up a CI server to build a drupal site
Setting up a basic build script
Packaging a site into a single deployable file
How it can help team size issues