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.

Design your walking skeleton pipeline

Design your walking skeleton pipeline - Jenkins Tutorial

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

Start my 1-month free trial

Design your walking skeleton pipeline

- [Instructor] This is a Typical Delivery Pipeline for many teams. It focuses on the technical activities we know we need to perform. Build our artifacts, test them and deploy to production at some point. This is what organizations adopting Continuous Delivery tend to start with and it makes sense from a purely software development perspective. But if we consider the goal of a delivery pipeline to be about proving that the release candidate is not ready for production, then we might wonder if building tests are enough to give us confidence that this change won't lead to issues in production that might end up affecting our clients. Hopefully, it's not a matter of feeling lucky, but ensuring that the relevant set of technical and business criteria is met before changes get deployed. The typical pipeline focuses on the mechanics of taking a code change from version control all the way to production. But this does not…

Contents