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

Automation Pipeline

ยท 1 minute read

An Automation Pipeline is a (server) system, in which automation - often called pipelines - can be build in. Typically, these pipelines either build software (Build Pipeline), test software (Test Pipeline) or deploy software (Deploy Pipeline) - or often all together.

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

Major Automation Systems include:

Related