Development Methods & Design

CI/CD

English

Overview

A set of development practices for continuously building and testing code changes and automatically releasing them to production.

Details

Continuous integration (CI) catches problems early by testing every code merge, while continuous delivery/deployment (CD) automates the release process. It's typically implemented with tools like Jenkins or GitHub Actions.

More Programming terms