Mar 1, 2017
Part 1 - Modeling Deployment Pipelines: The Importance and Principles of Continuous Delivery Pipelines
The path from commit to production involves numerous moving parts, (like multiple code and asset repositories, automatic and manual handoffs, unit tests, integration tests, acceptance tests, performance tests, security tests, etc.) and time that it takes to execute all of these elements. You need a way of modeling your workflow so that people can see, understand and talk about it. This is where CD pipelines come in.