dynamicSubstitutions property

bool? dynamicSubstitutions
getter/setter pair

Option to specify whether or not to apply bash style string operations to the substitutions.

NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.

Implementation

core.bool? dynamicSubstitutions;