About 50 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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, …

  5. Talks - Continuous Delivery

    Discover how continuous delivery and lean management practices produce higher IT performance (and indeed what we might mean by performance), along with how to measure culture and its …

  6. Continuous Delivery vs Continuous Deployment - Continuous …

    Aug 13, 2010 · In the world of continuous delivery, developers aren't done with a feature when they hand some code over to testers, or when the feature is "QA passed". They are done …

  7. 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 …

  8. 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 …

  9. About - Continuous Delivery

    Jez Humble is co-author of several books on software including Shingo Publication Award winner Accelerate and Jolt Award winner Continuous Delivery. He has spent his career tinkering with …

  10. Implementing Continuous Delivery - Continuous Delivery

    In this section you can read about the two biggest impediments to continuous delivery: enterprise architecture, and organizational culture. You can also see a set of patterns that have been …