Ankan Banerjee
ab708775bf
|
2 years ago | |
---|---|---|
.. | ||
100-gitlab-ci.md | 2 years ago | |
101-jenkins.md | 2 years ago | |
102-github-actions.md | 2 years ago | |
103-travis-ci.md | 2 years ago | |
104-bamboo.md | 2 years ago | |
105-teamcity.md | 2 years ago | |
106-azure-devops-services.md | 2 years ago | |
107-circle-ci.md | 2 years ago | |
108-drone.md | 2 years ago | |
readme.md | 2 years ago |
readme.md
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.
CI vs CD What is CI/CD? CI/CD Pipeline: A Gentle Introduction DevOps CI/CD Explained in 100 Seconds