
Answer-first summary for fast verification
Answer: Pull Request
The correct answer is **Pull Request**, as it cannot be used to trigger builds in Cloud Build when Cloud Source Repositories are involved. - **Push to a branch**: This action can trigger Cloud Build when code is pushed to any specified branch in Cloud Source Repositories. - **Push new tag**: This action can trigger Cloud Build when code is pushed with a new tag to any branch in the repository. - **Manual invocation**: Cloud Build can be manually triggered to build code in the repository. For more details, refer to the documentation on creating and managing triggers.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
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
No comments yet.