
What is Continuous Delivery? - Continuous Delivery
What is Continuous Delivery? Continuous Delivery is the ability to get changes of all types—including new features, configuration changes, bug fixes and experiments—into …
Principles - Continuous Delivery
A key goal of continuous delivery is to change the economics of the software delivery process to make it economically viable to work in small batches so we can obtain the many benefits of …
Continuous Delivery vs Continuous Deployment - Continuous …
Aug 13, 2010 · Implementing continuous delivery means making sure your software is always production ready throughout its entire lifecycle - that any build could potentially be released to …
Patterns - Continuous Delivery
The key pattern introduced in continuous delivery is the deployment pipeline. This pattern emerged from several ThoughtWorks projects where we were struggling with complex, fragile, …
Continuous Integration - Continuous Delivery
The benefits of continuous integration are very significant— research shows that it leads to higher levels of throughput, more stable systems, and higher quality software. However the practice …
Talks - Continuous Delivery
In this talk, Jez will present the architectural principles and patterns that enable continuous delivery at internet scale, and discuss how to incrementally evolve existing systems in order to …
Foundations - Continuous Delivery
Continuous delivery rests on three foundations: comprehensive configuration management, continuous integration, and continuous testing. In this section, you can read an overview of …
Culture - Continuous Delivery
Continuous improvement—the art and science of making problem-solving habitual—is the essence of growing a high performance culture. Mike Rother, another leader of the Lean …
Continuous Delivery - Continuous Delivery
Feb 1, 2010 · The book covers build and deployment automation, continuous integration, test automation, managing infrastructure and environments, configuration management, version …
Configuration Management - Continuous Delivery
Our goal should be to be able to use our normal release process for emergency fixes—which is precisely what continuous delivery enables, on the basis of comprehensive configuration …