Table of Contents

Continuous

DevOps is the union of people, process, and products to enable CONTINUOUS delivery of value to our end users.” – Donovan Brown of Microsoft

Return to Cloud Monk's Package Manager Book


Continuous Integration (CI)

Return to Continuous, Computer science topics, DevOps, Agile or Software engineering

Snippet from Wikipedia: Continuous integration

Continuous integration (CI) is the practice of frequently building and testing a software system during its development. It is intended to ensure that code written by programmers is always buildable, runnable and passes automated testing. Developers merge to an integration branch and an automated system builds and tests. Often, the automated process runs on each commit or runs on a schedule such as once a day.

Grady Booch first proposed the term CI in 1991, although he did not advocate integrating multiple times a day, but later, CI came to include that aspect.