Cloud Build V1 API - Module Google::Cloud::Build::V1::BuildOptions::SubstitutionOption (v0.27.0)

Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::BuildOptions::SubstitutionOption.

Specifies the behavior when there is an error in the substitution checks.

Constants

MUST_MATCH

value: 0
Fails the build if error in substitutions checks, like missing a substitution in the template or in the map.

ALLOW_LOOSE

value: 1
Do not fail the build if error in substitutions checks.