Skip to content

Commit 0cc9863

Browse files
authored
Merge pull request #3936 from shaedrich/cicd
Add topic "CI/CD"
2 parents 3057ca2 + e18f0b0 commit 0cc9863

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

topics/cicd/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
aliases: ci-cd
3+
display_name: CI/CD
4+
short_description: CI/CD is a build automation strategy and part of DevOps.
5+
topic: cicd
6+
wikipedia_url: https://en.wikipedia.org/wiki/CI/CD
7+
related: continuous-delivery, continuous-integration, continuous-deployment, pipelines-as-code, devops, build-automation
8+
---
9+
**CI/CD** is a build automation strategy and part of DevOps
10+
11+
* **[Continuous integration](https://github.com/topics/continuous-integration)**: Frequent merging of several small changes into a main branch.
12+
* **[Continuous delivery](https://github.com/topics/continuous-delivery)**: When teams produce software in short cycles with high speed and frequency so that reliable software can be released at any time, and with a simple and repeatable deployment process when deciding to deploy.
13+
* **[Continuous deployment](https://github.com/topics/continuous-deployment)**: When new software functionality is rolled out completely automatically.
14+
15+
[![](https://img.shields.io/badge/%E2%86%91%20parent-DevOps-blue)](https://github.com/topics/devops)
16+
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20integration-green)](https://github.com/topics/continuous-integration)
17+
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20delivery-green)](https://github.com/topics/continuous-delivery)
18+
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20deployment-green)](https://github.com/topics/continuous-deployment)

0 commit comments

Comments
 (0)