
Explanation:
The correct answer is Pull Request, as it cannot be used to trigger builds in Cloud Build when Cloud Source Repositories are involved.
For more details, refer to the documentation on creating and managing triggers.
Ultimate access to all questions.
No comments yet.
Imagine you're a DevOps Engineer working with a client that utilizes cloud-native tools for their CI/CD pipeline. The automated builds are executed using Cloud Build upon code pushes to repositories in Cloud Source Repositories. Which of the following actions cannot be used as a trigger with Cloud Source Repositories?
A
Push to a branch
B
Manual invocation
C
Pull Request
D
Push new tag