Skip to content

Commit e7faa52

Browse files
authored
Add wikipedia_url
1 parent a85f910 commit e7faa52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topics/continuous-delivery/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
display_name: Continuous Delivery (CD)
33
short_description: Continuous delivery is a software engineering approach in which teams produce software in short cycles without doing so manually.
44
topic: continuous-delivery
5-
related: ci-cd, cicd, continuous-deployment, continuous-integration
5+
related: ci-cd, cicd, continuous-deployment, continuous-integration
6+
wikipedia_url: https://en.wikipedia.org/wiki/Continuous_delivery
67
---
78
**Continuous delivery** (**CD**) is a software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably released at any time and, following a pipeline through a "production-like environment", without doing so manually. It aims at building, testing, and releasing software with greater speed and frequency. The approach helps reduce the cost, time, and risk of delivering changes by allowing for more incremental updates to applications in production. A straightforward and repeatable deployment process is important for continuous delivery.
89

0 commit comments

Comments
 (0)