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.
 
 
 
 
 
ChuckD3ath 9ff3d25812
Add CI/CD content (#2091)
3 years ago
..
100-jenkins.md Resources added for Jenkins in QA (#1666) 3 years ago
101-travis-ci.md Resources added for Travis CI (#1691) 3 years ago
102-circle-ci.md Resources added for Circle CI (#1701) 3 years ago
103-drone.md Resources added for Drone (#1711) 3 years ago
104-gitlab-ci.md Resources added for Gitlab CI in QA (#1677) 3 years ago
105-bamboo.md Resources added for Bamboo (#1735) 3 years ago
106-team-city.md Resources added for TeamCity in QA (#1726) 3 years ago
107-azure-devops-services.md Resources added for Azure DevOps Services (#1718) 3 years ago
readme.md Add CI/CD content (#2091) 3 years ago

readme.md

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.

Free Content What is CI/CD? Continuous Integration and Continuous Delivery Continuous Integration vs Delivery vs Deployment CI/CD Pipeline: Learn with Example