CI/CD

noun · DevOps

1.

A set of DevOps practices that automate code integration (Continuous Integration), delivery (Continuous Delivery), and deployment (Continuous Deployment) — reducing human errors and drastically accelerating the production release cycle.

2.

A software automation pipeline that systematically runs builds, unit tests, integration tests, quality analysis, and deployment on every code change — ensuring that only verified and validated code reaches production.

3.

The backbone of modern software engineering implemented through tools like GitHub Actions, GitLab CI, Jenkins, or CircleCI — enabling teams to continuously deliver features with confidence, traceability, and zero downtime.

See also
PipelineAutomationTestingDeployment