CI/CD

November 5, 2019

Ajay Jarat

Continuous Integration Continous Delivery enables an application to frequently deliver new features and fixes as needed. This is a new culture in software delivery. A typical deployment begins with a developer checking in code, that is then integrated with the existing code in the repository to generate a new Build. This new Build then goes through the testing phase. Successful completion of the test moves this activity into the deployment phase. All this is accomplished through a series of automated steps.We have applied this method on multiple projects by using latest tools and best practices.