Continuous Delivery Pipeline Flashcards
What is the continuous delivery pipeline?
Represents the workflows, activities, and automation needed to guide new functionality from ideation to an on-demand release of value.
What does CDP stand for?
Continuous Delivery Pipeline
What competency does CDP belong to?
Agile Product Delivery
What are the elements of CDP?
Continuous Exploration, Continuous Integration, and Continuous Deployment, Release on Demand
Continuous Exploration focuses on…
creating alignment on what needs to be built. Converging on requirements for an MVP and testing to see if that’s the right thing to satisfy the initial hypothesis.
Continuous Integration focuses on…
…taking features from the ART, implementing them, and committing them into version-controlled code.
Continuous deployment…
…takes the changes from the staging environment and puts them into a production environment.
Release on Demand is…
…making value available to customers together or in a staggered fashion based on market and business needs.
What elements does value stream mapping use for analysis?
Active time, Wait time, and percent complete and accurate
What is CALMR?
A DevOps mindset that guides continuous value delivery by improving Culture, Automation, Lean Flow, Measurement, and Recovery
Why should I separate deployment from release?
1) It enables testing background and foreground processes in the actual production environment before exposing new functionality to customers.
2) It also makes timing of release features a business decision.