
Ultimate access to all questions.
A customer has chosen to use GitLab as their external source code management system and wishes to utilize Cloud Build for Continuous Integration and Deployment to Cloud Run. They aim to automatically initiate a build in Cloud Build upon pushing code to GitLab. What is the correct method to achieve this?
A
Set up a trigger in Cloud Build configured for manual invocation.
B
Configure a trigger in GitLab with Cloud Build as the destination.
C
Establish a trigger in Cloud Build that responds to webhook events.
D
Create a trigger in Cloud Build that reacts to Pub/Sub messages.