Issue Type: Bug Bug
Affects Versions: current
Assignee: Gregory Boissinot
Components: envinject
Created: 07/Nov/12 3:23 AM
Description:

Fix JENKINS-13566 introduced the following bug.

I can no longer escape the dollar sign value on a Windows environment.

e.g.
foobar1=foo\$bar
foobar2=foo$bar

Respectively becomes:
foo\$bar
foo

The value "foo$bar" cannot be achieved.

My opinion is that the "escaping" behaviour should be the same regardless of operating system. I propose that the JENKINS-13566 changes should be reverted, and that Vincent Latombe should double escape his path.
i.e.
C:\DOCUME~1**\$NCESE~1\LOCALS~1\Temp

Environment: EnvInject 1.71
Project: Jenkins
Priority: Blocker Blocker
Reporter: Nick Grealy
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