Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As a DevOps Engineer, your team pushes code changes to various branches in a repository daily, with all changes merged into a staging branch each day. The client requests a nightly build of the staging branch. How would you implement this?
A
Set up a Cloud Scheduler job after enabling the Cloud Scheduler API.
B
Configure a Cloud Build trigger with 'Push to a branch' as the triggering event.
C
Establish a Cloud Scheduler trigger specifically for Cloud Build operations.
D
Implement a Cloud Build trigger that responds to webhook events.
E
Create a Cloud Build trigger with 'manual invocation' as the event type.