CI/CD Pipeline (Continuous Integration and Continuous Delivery)

A process that automates the building, testing, and deployment of software. CI/CD stands for continuous integration and continuous delivery. Continuous integration is the practice of integrating code changes as regularly as possible. Continuous delivery is a set of practices in which code changes are automatically deployed into an acceptance environment.

Last modified December 23, 2024: Add 10 more terms (5ceffac)