Definition
Continuous Integration (CI) is a Software development practice in which the developers integrate the source code into a central repository multiple times throughout the day. The check-ins are then verified by an automated build, allowing teams to detect problems as early as possible.
Further Reading
-
“Continuous Integration: Improving Software Quality and Reducing Risk”, by Andrew Glover, Paul M. Duvall, and Steve Matyas.
Know more about Continuous Integration by signing up for our workshops by visiting our website.
Related

Definition Continuous delivery (CD), is a popular software development approach in which teams produce software in short cycles, to make sure that high quality software can be delivered with high reliability, at any time. It aims at building, testing, and releasing software faster and more frequently. The approach helps reduce…
September 24, 2017
In "Glossary"

Definition The Waterfall model is a design process in which an application goes through stages such as Conception, Initiation, Analysis, Design, Construction, Testing, Implementation, and Maintenance and steadily moving downwards, like a waterfall. Origin This word’s origin happens to be self-explanatory, as the process is very similar to a waterfall…
August 23, 2017
In "Glossary"

Definition: In Software Development, build is a process to compile source into binary code, packaging binary code and running automated test. In build process there are steps repeatable, executed in a specific order which is automated using build script or tools at any time is a automated build. There are…
May 20, 2018
In "Glossary"