Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When designing a CI/CD pipeline for a customer using cloud-native tools like Cloud Source Repositories and Cloud Build, how can you ensure that automated builds require approval from a senior engineer before execution?
A
Create a trigger in Cloud Build and enable the requirement for approval before the build executes.
B
In the Cloudbuild.yaml file, specify approval as a requirement.
C
Create a trigger in Cloud Source repository and enable the requirement for approval before build executes.
D
Create a trigger in Cloud Build with the Webhook event.