Computer Science, asked by rayGlowin, 1 year ago

who deploys code to production in CI? - a. Private Build b.Release Build

Answers

Answered by fida34
5
Continuous Integration

Continuous Integration is a software development practice in which you build and unit-test software every time a developer checks in new code. This provides Agile software teams the rapid feedback they need to respond to market demands and eliminate problems quickly.

Continuous Delivery

Continuous Delivery (CD) is a software development practice in which continuous integration, automated testing, and automated deployment capabilities allow high-quality software to be developed and deployed rapidly, reliably and repeatedly with minimal manual overhead.

melvilled11: private, release or none of these?
Similar questions