Continuous Integration vs. Continuous Delivery vs. Continuous Deployment

后端 未结 14 2278
遇见更好的自我
遇见更好的自我 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:56

    lets keep it short :

    CI: A software development practice where members of a team integrate their work at least daily. Each integration is verified by automated build (include tests)to detect error as quick as possible. CD: CD Builds on CI, where you build software in such a way that the software can be released to production at any time.

提交回复
热议问题