Enum BuildOptions.Types.SubstitutionOption (1.4.0)

public enum SubstitutionOption

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

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
AllowLoose

Do not fail the build if error in substitutions checks.

MustMatch

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