
Explanation:
The correct answer is AWS CodeCommit because, as of now, there is no direct method to trigger a build in Cloud Build using AWS CodeCommit. The other options, GitLab, Bitbucket, and Cloud Source Repositories, can all be configured to trigger builds in Cloud Build through webhook events. For more details, refer to the documentation on automating builds in response to webhook events.
Ultimate access to all questions.
No comments yet.
Imagine you're a DevOps Engineer at a start-up aiming to accelerate software delivery through an automated CI/CD pipeline. Your task is to select the appropriate tools for the pipeline, with a critical requirement being the ability of the chosen repository to trigger builds in Cloud Build. Which of the following repositories does not satisfy this requirement?
A
GitLab
B
Bitbucket
C
Cloud Source Repositories
D
AWS CodeCommit