Wednesday 13 January 2021

DevOps Continuous Integration and Continuous Delivery


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. 

Below is the CI/CD work flow diagram.





Pipeline:

A pipeline in a Software Engineering team is a set of automated processes that allow Developers and DevOps professionals to reliably and efficiently compile, build and deploy their code to their production compute platforms.

1.       Build Pipeline

2.       Release Pipeline


No comments:

Post a Comment