
Ultimate access to all questions.
You are tasked with designing a CI/CD pipeline for a customer that utilizes cloud-native tools, specifically Cloud Source Repositories and Cloud Build. The customer requires that automated builds in the pipeline must be approved by a senior engineer before execution. How can this requirement be implemented?
A
Create a trigger in Cloud Build with the Webhook event.
B
In the Cloudbuild.yaml file, specify approval as a requirement.
C
Create a trigger in Cloud Source repository and enable require approval before build executes.
D
Create a trigger in Cloud Build and enable require approval before build executes.