-
Improvement
-
Resolution: Not A Defect
-
Minor
-
None
Would it be possible to add some additional help text to the "Properties Content" entry in job configuration. Specifically:
EITHER
If no value for an environment variable is specified (KEY=), the environment variable is unset.
OR
If no value for an environment variable is specified (KEY=), the entry is ignored and the environment variable is unchanged.
DEPENDING on which is correct.
Windows does not support empty environment variables (bash does), which is the reason for this behaviour.
In latest version, if you specify an environment variable with an empty value, the variable is injected with an empty value.