CI CD readme documentation added (#2257)
* CI CD readme documentation added * Update content/roadmaps/102-devops/content/106-ci-cd/readme.md Co-authored-by: haseebansari <haseeb.ansari@qordata.com> Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2254/head^2
parent
575e50a8b5
commit
c145ec38c5
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# Ci cd |
||||
# CI/CD |
||||
|
||||
CI/CD is a method to frequently deliver apps to customers by introducing automation into the stages of app development. The main concepts attributed to CI/CD are continuous integration, continuous delivery, and continuous deployment. CI/CD is a solution to the problems integrating new code can cause for development and operations teams. |
||||
|
||||
Specifically, CI/CD introduces ongoing automation and continuous monitoring throughout the lifecycle of apps, from integration and testing phases to delivery and deployment. Taken together, these connected practices are often referred to as a "CI/CD pipeline" and are supported by development and operations teams working together in an agile way with either a DevOps or site reliability engineering (SRE) approach. |
||||
|
||||
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment'>CI vs CD</BadgeLink> |
||||
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.redhat.com/en/topics/devops/what-is-ci-cd'>What is CI/CD?</BadgeLink> |
||||
|
Loading…
Reference in new issue