Continuous Integration/Continuous Delivery

In software engineering, continuous integration is the practice of merging all developers’ working copies to a shared mainline several times a day.

Continuous integration/continuous delivery (CI-CD) is the merge of both.

To achieve continuous integration you need:

CI/CD is one of the practices leveraged by DevOps.

You might also be interested in…

External References

Leave a Reply

Your email address will not be published. Required fields are marked *