Cloud Build v1 API - Enum BuildOptions.Types.SubstitutionOption (2.9.0)

public enum BuildOptions.Types.SubstitutionOption

Reference documentation and code samples for the Cloud Build v1 API enum BuildOptions.Types.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.