autodetect property

bool? autodetect
getter/setter pair

Autodetect build configuration.

The following precedence is used (case insensitive): 1. cloudbuild.yaml 2. cloudbuild.yml 3. cloudbuild.json 4. Dockerfile Currently only available for GitHub App Triggers.

Implementation

core.bool? autodetect;