
Google Professional Cloud DevOps Engineer
Get started today
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?
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?
Real Exam
Explanation:
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.