
Ultimate access to all questions.
As a Google Professional Cloud DevOps Engineer, you're designing an automated CI pipeline to build and push images to Container Registry. Currently, developers manually issue build commands after pushing code to the test branch. How can you automate the build process for the test branch with minimal management overhead?
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 'Push to a branch'
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 'Pull request'