
Ultimate access to all questions.
Imagine 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 in the source repository. What steps would you take to automate the build process for the test branch with minimal management overhead?
A
Implement a cloud function triggered upon code commit to the cloud source repository.
B
Include a cloud build configuration file upon code push to the branch. Establish a trigger in Cloud Build for the 'Push to a branch' event.
C
Include a cloud build configuration file upon code push to the branch. Establish a trigger in Cloud Source Repository for the 'Push to a branch' event.
D
Include a cloud build configuration file upon code push to the branch. Establish a trigger in Cloud Build for the 'Pull request' event.