Continuous delivery lifecycle

Are CI tools enough for an effective Continuous Delivery pipeline?

Continuous Delivery (CD) is a software strategy that enables organisations to deliver new features to users – as fast and efficiently as possible. The core idea of CD is to create a repeatable, reliable and incrementally improving process for taking software from concept to customer. The goal of CD is to enable a constant flow of changes into production via an automated software production line. The CD pipeline is what makes it all happen.

Read More