Continuous Delivery [CD]

admin

Continuous delivery is a software development approach to releasing software in short cycles, often after every single commit, in order to ensure that the software can be reliably released at any time. It's works best when coupled with Continuous Integration, where after a successful integration test, the software is automatically deployed to a QA or staging environment.

Synonyms:
Continuous Deployment
« Back to Glossary Index