Continuous Delivery: Automating the Deployment Pipeline
Introduzione
The Value of Continuous Delivery
Continuous Delivery is a software delivery practice that requires you to build and deploy software that can be released into production at any time. In order to satisfy this requirement, you need to continuously integrate the software changes from development, build, test and deploy the executables, and be ready to release into
production, as the business requires it. This is a major change to how most software is delivered in today’s enterprise IT.
Why is Continuous Delivery important to Enterprise IT? Because it enables the business to rapidly respond to the expectations of their customers while improving the quality of their products at a lower cost.