Continous Delivery

"Continuous delivery is a DevOps software development practice where code changes are automatically built, tested, and prepared for a release to production. It expands upon continuous integration by deploying all code changes to a testing environment and/or a production environment after the build stage. When continuous delivery is implemented properly, developers will always have a deployment-ready build artifact that has passed through a standardized test process. " - AWS

Why to go for Continuous delivery? What are the benefits?

  • It automate the Software Release Process
  • It improves Developer Productivity
  • Bugs could be addressed and find quicker
  • Deliver Updates Faster
  • Higher quality
  • Low market costs
  • Better products

Related Posts:

  • What is Jenkins? What is Jenkins? Jenkins is an cross-platform, continuous integration and continuous delivery application. Used to : build and test your software projects continuously continuously deliver your software  Advantage… Read More
  • What is DevOps? DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace tha… Read More
  • Continous Delivery "Continuous delivery is a DevOps software development practice where code changes are automatically built, tested, and prepared for a release to production. It expands upon continuous integration by deploying all code ch… Read More

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.