Issue Type: Bug Bug
Affects Versions: current
Assignee: Gregory Boissinot
Components: envinject
Created: 11/Dec/12 8:55 PM
Description:

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}

Environment: Windows
Project: Jenkins
Priority: Major Major
Reporter: Mike Eggleton
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to