Slide 19
Slide 19 text
Continuous delivery (CD) generally refers to the overall chain of processes
(pipeline) that automatically gets source code changes and runs them through
build, test, packaging, and related operations to produce a deployable release,
largely without any human intervention
The goals of CD in producing software releases are automation, efficiency,
reliability, reproducibility, and verification of quality (through continuous testing).
Continuous Delivery (CD)