Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: envinject
Created: 19/Jun/12 11:58 PM
Description:

On Solaris (which differentiates files with different cases), I am trying to inject properties through a properties file. When the name of the properties file is having any upper case, then the properties are not populated. The moment I change all uppercase letters to lowercase in the filename, it works.

How to reproduce:
On Soalris (or any Unix system)
1. Create a build step with Shell
2. echo CASE=Testing the case > Results.properties.
3. Create another build step and inject properties file, Results.properties.
4. Create a build step with shell
5. echo $CASE

Wen the filename is "Results.properties" it won't work. Change it to "results.properties", it works.

Environment: Solaris
Project: Jenkins
Priority: Major Major
Reporter: Ramesh Dara
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