DevOps/CICD
-
Continuous integration (CI) and Continuous Delivery (CD)DevOps/CICD 2020. 2. 24. 00:43
1. Overview 1.1 What is CI Continuous integration (CI) is the practice of merging all developers' working copies to shared mainline several times a day 1.2 What is CD Continuous delivery (CD or CDE) is a software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably released at any time and, when releasing the software, doing so manually..