Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ankan Banerjee ab708775bf
Add CI/CD content (#2252)
2 years ago
..
100-gitlab-ci.md Add GitLab CI resources 2 years ago
101-jenkins.md Add jenkins resources 2 years ago
102-github-actions.md Add links for GitHub actions videos (#1509) 2 years ago
103-travis-ci.md Fix typo in 103-travis-ci.md (#2280) 2 years ago
104-bamboo.md Add bamboo resources 2 years ago
105-teamcity.md Fix typo in teamcity resources 2 years ago
106-azure-devops-services.md Add azure devops resources 2 years ago
107-circle-ci.md Add Circle CI resources 2 years ago
108-drone.md Add drone resources 2 years ago
readme.md Add CI/CD content (#2252) 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