substitutionOption property

String? substitutionOption
getter/setter pair

Option to specify behavior when there is an error in the substitution checks.

NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file. Possible string values are:

  • "MUST_MATCH" : Fails the build if error in substitutions checks, like missing a substitution in the template or in the map.
  • "ALLOW_LOOSE" : Do not fail the build if error in substitutions checks.

Implementation

core.String? substitutionOption;