
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 whenever code is pushed to GitLab. What is the correct method to achieve this?
A
Set up a trigger in GitLab specifying Cloud Build as the destination.
B
Configure a trigger in Cloud Build to respond to Pub/Sub messages.
C
Establish a trigger in Cloud Build that is manually invoked.
D
Create a trigger in Cloud Build that activates via a webhook event.