Ultimate access to all questions.
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?
Explanation:
The correct approach involves creating a Cloud Build trigger with 'manual invocation' as the event type. This method is appropriate because:
For further details, consult the documentation on manually building code in source repositories.