1.

What is CI/CD?

Answer»

Continuous Integration is something that is USED for streamlining the development and deployment process. These lead to the more rapid development of cohesive software. 
Continuous Delivery is on the other hand is a process where your code after being pushed to a remote repository can be taken to production at any time.

In the above diagram our integration TEST and UNIT test are performed without any manual intervention and after UAT we just NEEDED the APPROVAL to ship our tested features to production and to make such a process we need CI/CD.



Discussion

No Comment Found