June 27, 2018
Category:
Continuous Delivery ensures software production in short cycles while keeping software in constantly releasable state.
This is achieved with Deployment Pipeline which:
1. Automates the software Build, Test and Deploy phases to any environment.
2. Keeps the state of Software Development 100% visible at all times.
3. Allows feedback and corrective actions to flow in quickly.