We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per https://cloud.google.com/build/docs/api/reference/rest/v1/projects.locations.triggers#BuildTrigger: build_template can be "autodetect". So if build is NULL, file is NULL, then may want to default to autodetect, which I think is the default with the trigger GUI.
autodetect
Autodetect build configuration. The following precedence is used (case insensitive):
cloudbuild.yaml cloudbuild.yml cloudbuild.json Dockerfile
The text was updated successfully, but these errors were encountered:
This has caused me issues in the past so if its there would like it opt-in rather than the opt-out version it was for a while online.
Sorry, something went wrong.
No branches or pull requests
As per https://cloud.google.com/build/docs/api/reference/rest/v1/projects.locations.triggers#BuildTrigger:
build_template can be "autodetect". So if build is NULL, file is NULL, then may want to default to
autodetect
, which I think is the default with the trigger GUI.Autodetect build configuration. The following precedence is used (case insensitive):
The text was updated successfully, but these errors were encountered: