Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What distinguishes a push trigger from a pull trigger in a CI/CD pipeline using Cloud Source Repositories on Google Cloud Platform?
A
A push trigger starts the CI/CD pipeline upon merging a pull request, whereas a pull trigger activates it when code changes are pushed to the repository.
B
A push trigger activates the CI/CD pipeline when a new tag is added to the repository, while a pull trigger does so upon merging a pull request.
C
A push trigger initiates the CI/CD pipeline when code changes are pushed to the repository, while a pull trigger starts it when a pull request is created.
D
A push trigger begins the CI/CD pipeline when code changes are pushed to the repository, whereas a pull trigger initiates it upon the creation of a new branch.