Continuous Integration vs. Continuous Delivery vs. Continuous Deployment

后端 未结 14 2255
遇见更好的自我
遇见更好的自我 2020-12-04 04:25

What\'s the difference between these three terms? My university provides the following definitions:

Continuous Integration basically just means that

14条回答
  •  暖寄归人
    2020-12-04 04:53

    DevOps is a combination of 3C's - continuous, communication, collaboration and this lead to prime focus in various industries.

    In an IoT connected devices world, multiple scrum features like product owner, web, mobile and QA working in an agile manner in a scrum of scrum cycle to deliver a product to end customer.

    Continuous integration: Multiple scrum feature working simultanrouly in multiple endpoints

    Continuous delivery: With integration and deployment, delivery of product to multiple customers to be handled at the same time.

    Continuous deployment: multiple products deployed to multiple customers at multiple platform.

    Watch this to know how DevOps enabling IoT connected world: https://youtu.be/nAfZt2t4HqA

提交回复
热议问题