From the course: DevOps Foundations: Accelerating Continuous Delivery in the Enterprise

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Identify and remove largest constraint

Identify and remove largest constraint - Jenkins Tutorial

From the course: DevOps Foundations: Accelerating Continuous Delivery in the Enterprise

Start my 1-month free trial

Identify and remove largest constraint

- [Instructor] When moving to continuous delivery and automation, it's critical to run value stream or similar analysis and remove unnecessary steps in the release process. Otherwise, we might be automating unnecessary work. Automating tasks without understanding what is really slowing down delivery is a local optimization at best. We want to identify which parts of the pipeline are taking the most time and address those first. Obstacles to faster delivery can include wait time on manual activities or just lack of capacity of the delivery system. There are some easy wins. For example, increasing resources available to run the pipelines and paralyzing where possible. Whilst we have all release activities mapped in the pipeline, including manual ones, then it's a matter of analyzing the data to see which activity's taking longer, from the moment the previous activity finished until the moment the next activity in the…

Contents