This page is part of my personal knowledge database, that helps me to store and navigate my learnings.
Read on here for details

Deployment Pipeline

The Deployment Pipeline is the automation that ships a code revision as a Build Package of a Release Version from Version Control to Production where it creates value for users. It is the primary pipeline, that consist of one or multiple connected Automation Pipelines.

The most simplistic Deployment Pipeline would have at least the following stages:

Automation Pipelines provide the technical foundation for Continuous Integration, Continuous Delivery and Continuous Deployment and are therefore a milestone technology for DevOps.