Add CI/CD content (#2091)
* Update CI/CD * Update content/roadmaps/113-qa/content/110-qa-ci-cd/readme.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2063/head^2
parent
2fc9d19597
commit
9ff3d25812
1 changed files with 10 additions and 1 deletions
@ -1 +1,10 @@ |
|||||||
# Qa ci cd |
# CI / CD |
||||||
|
|
||||||
|
Continuous Integration is a software development method where team members integrate their work at least once daily. An automated build checks every integration to detect errors in this method. In Continuous Integration, the software is built and tested immediately after a code commit. In a large project with many developers, commits are made many times during the day. With each commit, code is built and tested. |
||||||
|
|
||||||
|
Continuous Delivery is a software engineering method in which a team develops software products in a short cycle. It ensures that software can be easily released at any time. The main aim of continuous delivery is to build, test, and release software with good speed and frequency. It helps reduce the cost, time, and risk of delivering changes by allowing for frequent updates in production. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/continuous-integration.html'>What is CI/CD? Continuous Integration and Continuous Delivery</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/continuous-integration-vs-delivery-vs-deployment.html'>Continuous Integration vs Delivery vs Deployment</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/ci-cd-pipeline.html'>CI/CD Pipeline: Learn with Example</BadgeLink> |
Loading…
Reference in new issue