Wednesday 2 September 2015

Continuous Delivery

It’s hard enough for software developers to write code that works on their machine. But even when that’s done, there’s a long journey from there to software that’s producing value - since software only produces value when it’s in production.

The essence of my philosophy to software delivery is to build software so that it is always in a state where it could be put into production. We call this Continuous Delivery because we are continuously running a deployment pipeline that tests if this software is in a state to be delivered.
This award-winning book, by Jez Humbleand Dave Farley, is the handbook on how to build these pipelines.

No comments:

Post a Comment