CSC/ECE 517 Fall 2011/ch6 6f va: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


==Definition==
==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
==Why Continuous Integration?==
==Why Continuous Integration?==
==Practices==
==Practices==

Revision as of 19:00, 16 November 2011

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

Why Continuous Integration?

Practices

Agile Project Development

Advantages

Disadvantages

Tools

An Example with Maven

References