Continuous Delivery by Jez Humble

less than 1 minute read

All information presented below is not original content, this is a summary of the content that was presented by Jez Humble within the O’Reilly lecture & book :



Lesson 1 - Introduction to Continuous Delivery

  • Continuous Integration
    • integrate early & often
  • Continuous Deployment
    • deploy as the final stage of CI
  • Continuous Delivery
    • software is always deployable

1.1 Principles of Continuous Delivery

What is Continuous Delivery?

  • The ability to get changes – features, configuration changes, bug fixes, experiments – into production or into the hands of users safely and quickly in a sustainable way.
  • Safely equals low risk, Quickly explains itself, and Sustainable refers to not working long hours and painless