Source: sneha-shinde2991.medium.com

Basics Of CICD

Category: Software, Jenkins, gitlab, automation

But what it exactly means and why we need it, we can get a fair idea about this in this article.

But Continuous Integration (CI) and continuous delivery (CD) deliver software to a production environment with speed, safety, and reliability.

While CI is the process to build and test automatically, CD deploys all code changes to the testing or staging environment in the build. The aim of continuous delivery (CD) is to minimize the friction points that are inherent in the deployment or release processes.

To make CI/CD a reality, you need to automate everything that you can in the software delivery process and run it in a CICD Pipeline.

Related Articles