Main objective of Continuous Integration?
-
decreasing integration times
-
speed up the delivery of software
-
both
-
none
Reveal answer
Fill a bubble to check yourself
C
Correct answer
Explanation
The main objectives of Continuous Integration are reducing integration problems and enabling faster delivery of software. By integrating frequently and automating builds/tests, teams catch bugs early and release more quickly. Both decreasing integration time and speeding up delivery are core goals.
AI explanation
CI aims to catch integration problems early by merging and testing code frequently, which both shortens the time needed to integrate changes and speeds up overall software delivery since bugs are found and fixed sooner. These two benefits go hand in hand rather than being separate goals, which is why 'both' is the intended answer.