When enabled properties containing newline character(s) are propagated as
TextParameterValue which is a specialized
StringParameterValue commonly used for
handling multi-line strings in Jenkins. When disabled (default) all properties are propagated as StringParameterValue.
TextParameterValue and StringParameterValue are typically rendered differently by Jenkins and plugins such as the
Rebuild plugin.