CSC/ECE 517 Fall 2011/ch6 6f va

From Expertiza_Wiki
Revision as of 19:02, 16 November 2011 by Amahaba (talk | contribs) (→‎Definition)
Jump to navigation Jump to search

Continous Integration We keep our code ready to ship.

Definition

Continuous Integration is a software development practice where members of a team integrate their work frequently. This approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly

We keep our code ready to ship

Why Continuous Integration?

Practices

Agile Project Development

Advantages

Disadvantages

Tools

An Example with Maven

References