Explain the Difference between Continuous Integration, delivery, and deployment ?

devquora
devquora

Posted On: Feb 22, 2018

 

There is a considerable amount of difference between Continuous Integration (CI), Continuous Delivery (CD) and Continuous Deployment (CD).

  • Continuous Integration is very useful for the developers who wish to identify the bugs and resolve it instantly. With it, the developers come together to the repository.
  • Continuous Delivery is suitable for the deployment and release processes. It is a right concern for the safe code releases at the possible time.
  • Continuous Deployment is known for high-end automation where the deployment occurs automatically if the code has a major change.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Devops Interview Questions

    What is DevOps ?

    DevOps is the term derived from Development and Operations. It is used in software engineering culture. It helps to per..

    Devops Interview Questions

    What are the advantages of DevOps ?

    There are various advantages that are offered by DevOps platform. The people gain many advantages with it. It reduces t..

    Devops Interview Questions

    What are the anti-patterns of DevOps ?

    The pattern is the common practice followed by the organization. When others commonly adopt a pattern, it does not work..