Skip to content
dejanualex edited this page Nov 24, 2024 · 2 revisions

1. What is the purpose of continuous integration (CI) during the development phase?

To manually test and build artifacts in small increments.

To manually test and build artifacts in large increments.

To apply changes in small increments through automated testing and build. (answer)

2. What does CD automate?

The practice of managing updates to code by storing it in designated repositories

The process of deploying artifacts built as part of CI, making them available to their consumers. (answer)

The process of merging code changes and building resulting artifacts.

Clone this wiki locally