Slide 11
Slide 11 text
What is CI?
“Continuous integration (CI) is the practice, in software engineering, of
merging all developer working copies with a shared mainline several
times a day. It was first named and proposed by Grady Booch in his
method,[1] who did not advocate integrating several times a day.”
– wikipedia
“Continues Integration represents a paradigm shift. Without continues
integration , your software is broken until somebody proves it works,
usually during a testing or integration stage.”
–Continues devlivery
“Continuous Integration is a software development practice where
members of a team integrate their work frequently, usually each person
integrates at least daily - leading to multiple integrations per day. Each
integration is verified by an automated build (including test) to detect
integration errors as quickly as possible.”
– Martin fowler