Created
November 10, 2022 16:07
-
-
Save jordanebelanger/5fe52f1b13c8ae7c31cf726616d34ead to your computer and use it in GitHub Desktop.
GCP Cloud build trigger fail with Bitbucket source type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
│ Error: Error creating Trigger: googleapi: Error 400: Invalid value at 'trigger.git_file_source.repo_type' (type.googleapis.com/google.devtools.cloudbuild.v1.GitFileSource.RepoType), "BITBUCKET" | |
│ Details: | |
│ [ | |
│ { | |
│ "@type": "type.googleapis.com/google.rpc.BadRequest", | |
│ "fieldViolations": [ | |
│ { | |
│ "description": "Invalid value at 'trigger.git_file_source.repo_type' (type.googleapis.com/google.devtools.cloudbuild.v1.GitFileSource.RepoType), \"BITBUCKET\"", | |
│ "field": "trigger.git_file_source.repo_type" | |
│ } | |
│ ] | |
│ } | |
│ ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment