What Does Continuous Integration (CI) Mean?
In software development, continuous integration (CI) is the practice of regularly committing code changes to a version control system that can test and deploy code automatically. The term is often mentioned in tandem with continuous delivery, an approach in which code is tested automatically, but is released into production manually.
Techopedia Explains Continuous Integration (CI)
Development teams use the continuous integration approach to software development because it allows them to develop in a quicker and more efficient manner than if they work separately for longer periods of time.