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

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

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

  10. Continuous Testing - Continuous Delivery

    Our goal is to run many different types of tests—both manual and automated— continually throughout the delivery process. The types of tests we want to run are nicely laid out the …