-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
1.69, 1.92.1
EnvJect unsets empty and whitespace properties
Example
return ["LABEL":" ",ANOTHER_LABEL:""]
[EnvInject] - Unset unresolved 'ANOTHER_LABEL' variable.
[EnvInject] - Unset unresolved 'LABEL' variable.
It appears that the fix for JENKINS-14930 caused the problem.
Unsetting blank variables should be optional.
- relates to
-
JENKINS-24283 Empty environment variables are deleted
- Open