CI/CD
Continuous integration and continuous delivery — automated build, test, and deploy pipelines triggered on commit.
Definition
Continuous Integration runs the build and tests on every commit; Continuous Delivery automatically packages and ships passing builds to staging or production. Common platforms: GitHub Actions, GitLab CI, CircleCI, Buildkite. A modern CI/CD pipeline is the standard quality gate keeping main shippable and surfacing regressions before they reach users.
When to use
See also
- GitHub — Microsoft-owned Git hosting platform — the default home for open-source code, issues, pull requests, and CI.