Which of the following phases in the CI/CD pipeline get all the features of that code from various branches of the repository, merge them and finally use a
Answer options
A
compiler to compile it?
B
Testing phase
C
Validation phase
D
Deploy phase
E
Build phase
Correct answer: Build phase
Explanation
The source marks the correct answer as: Build phase.