CI/CD Pipeline
A CI/CD pipeline is a series of steps which automates the software delivery process allowing releases to be delivered rapidly and efficiently.
Continuous Deployment
Continuous deployment is a strategy of software release where every change is released to production automatically without human intervention.
Continuous Delivery
Continuous Delivery is a software development practice that enables code changes to be released to end-users at any time.
Continuous Integration
A software development practice where developers continuously integrate their changes into the trunk resulting in more stable product releases.