Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-15146

EnvJect unsets empty string properties returned in maps

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • envinject-plugin
    • 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.

          [JENKINS-15146] EnvJect unsets empty string properties returned in maps

          Jeff Maxwell created issue -
          Jeff Maxwell made changes -
          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 JENKINS-14930 caused the problem.

          Unsetting blank variables should be optional.
          Gregory Boissinot made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Gregory Boissinot made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
          Jakub Bochenski made changes -
          Resolution Original: Fixed [ 1 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]
          Jakub Bochenski made changes -
          Environment Original: 1.69 New: 1.69, 1.92.1
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 145866 ] New: JNJira + In-Review [ 186079 ]
          pjdarton made changes -
          Link New: This issue relates to JENKINS-24283 [ JENKINS-24283 ]

            gbois Gregory Boissinot
            jmaxwell Jeff Maxwell
            Votes:
            7 Vote for this issue
            Watchers:
            15 Start watching this issue

              Created:
              Updated: