-
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
-
[JENKINS-15146] EnvJect unsets empty string properties returned in maps
Description |
Original:
EnvJect unsets empty and whitespace properties Example return ["LABEL":" ",ANOTHER_LABEL:""] [EnvInject] - Unset unresolved 'ANOTHER_LABEL' variable. [EnvInject] - Unset unresolved 'LABEL' variable. |
New:
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 Unsetting blank variables should be optional. |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Environment | Original: 1.69 | New: 1.69, 1.92.1 |
Workflow | Original: JNJira [ 145866 ] | New: JNJira + In-Review [ 186079 ] |
Link | New: This issue relates to JENKINS-24283 [ JENKINS-24283 ] |