What's the difference between continuous integration and continuous delivery?
A.
Continuous deployment means the code CAN be released at any time, while continuous integration means it is released continuously.
B.
Continuous delivery means the code CAN be released at any time, while continuous integration means it is released continuously
C.
Continuous integration is just the practice of integrating code continuously. It doesn't necessarily mean that it can be released at any time like continuous delivery
D.
Continuous delivery and continuous integration are the same thing.
D. Continuous integration doesn't mean that builds are available for release as continuous delivery implies
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit