Module: Google::Cloud::Build::V1::BuildOptions::SubstitutionOption

Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

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

Constant Summary collapse

MUST_MATCH =

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

0
ALLOW_LOOSE =

Do not fail the build if error in substitutions checks.

1