User Tools

Site Tools


continuous

Continuous

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 integrating source code changes frequently and ensuring that the integrated codebase is in a workable state.

Typically, developers merge changes to an integration branch, and an automated system builds and tests the software system. 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.

continuous.txt · Last modified: 2024/04/28 03:46 by 127.0.0.1