Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you automate the build process for the test branch in a CI pipeline with minimal management overhead when developers push code to it?
A
Create a cloud function that is triggered when code is committed to the cloud source repository.
B
Add a cloud build config file when code is pushed to the branch. Create a trigger in Cloud Build and select the event 'Pull request'.
C
Add a cloud build config file when code is pushed to the branch. Create a trigger in Cloud Source Repository and select the event 'Push to a branch'.
D
Add a cloud build config file when code is pushed to the branch. Create a trigger in Cloud Build and select the event 'Push to a branch'.