Jez Humble posted a blog entry with the same title in 2010, but if you haven’t read the entry, or just want a quick explanation, here’s the short version:
A continuous delivery pipeline automatically tests the application, but keeps the deployment decision as a manual step. A continuous deployment pipeline, on the other hand, will automatically deploy this working version. There is no “right” way. Different organizations have different needs. Use the one that delivers the most value to your customers!
16 Comments
Great pic & summary, thanks! This is a frequent point of confusion.
Thanks!
[…] think I like the diagram at Continuous Delivery vs Continuous Deployment but would suggest the top labels should be ‘Auto or Manual’ Share […]
[…] As you can see from the diagram above, testing, and confidence that tests are running, is essential to the continuous delivery value chain – and experience has shown that only by having evidence of testing across the early links in the chain will you convince anyone that deployment to live can actually become an automatic (not manual) step – the nirvana of continuous deployment. […]
[…] à Yassal Sundman pela excelente […]
Good summery! A rule of thumb in CD is that every commit should be a release candidate but the release should be a political decision and done manually.
If anyone has more interest in CD there will be a full day continuous delivery seminar in Stockholm on Dec. 5th. The seminar will be held at the Royal Danish Embassy and done by Praqma, Danish Continuous Delivery experts and will give a comprehensive introduction to the vocabulary and concepts of continuous delivery and show how continuous delivery can bring value to businesses.
Check https://cdsthlm.eventbrite.com for more information.
[…] แสดง pipeline การทำงานระหว่างทั้งสองคำ จาก blog.crisp.se ดังรูป […]
[…] blog.crisp.se […]
Very nice diagram to show the difference between continuous Delivery and Deployment.
Good article for short and handy.
I would like to refer this article too for detail analysis.
http://www.scmtechblog.net/2014/02/continuous-delivery-and-deployment.html
[…] (图片来源) […]
[…] – Continuous Delivery vs Continuous Deployment – Yassal […]
Great post and picture. We found it so useful that we included it in our : https://codeship.com/continuous-integration-essentials
[…] (图片来源) […]
[…] indiqué sur le schéma ci-dessous (Source : https://blog.crisp.se/2013/02/05/yassalsundman/continuous-delivery-vs-continuous-deployment), la différence entre ces deux concepts concerne la phase de déploiement en […]
[…] Image from blog.crisp.se […]
Diagram says it all, very useful in understanding very subtle difference between the two.