Which of the following is true about Continuous Integration?
Answer options
A
It is performed immediately after the developers check-in.
B
Development team sends continuous code merging requests even when the testing process is
running
C
It emphasis on the change in all stages of your production pipeline
D
It is an approach of testing each code to codebase automatically.
Correct answer: It is performed immediately after the developers check-in.
Explanation
Continuous Integration is triggered immediately after developers check-in (commit/push) code to the shared repository. The CI server automatically builds and tests the new code. Option 3 is partially related but describes CI loosely; option 0 is the most precise and standard definition of when CI is performed.