• Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • envinject-plugin
    • None
    • Windows

      If a property file is passed in that contains a variable name that contains a . and then is referenced it does not resolve.

      For example

      Use the property file field to bring in a file that contains the following:
      my.variable.name=1

      Then in the next section have the following:
      $SOME_VARIABLE=$my.variable.name

      $SOME_VARIABLE will then resolve to $my.variable.name instead of resolving to 1.

      Also tried was: $SOME_VARIABLE=${my.variable.name}

          [JENKINS-16100] Use of variable names with . fail to resolve.

          As in shell scripts, environment variables with dot are not accepted

          Gregory Boissinot added a comment - As in shell scripts, environment variables with dot are not accepted

            gbois Gregory Boissinot
            meggleton Mike Eggleton
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: