[JIRA] [envinject-plugin] (JENKINS-15751) Cannot escape dollar sign in Windows environment

2015-09-13 Thread nickgre...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nick Grealy closed an issue as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Correct way to escape '$' is by using '$$'. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-15751 
 
 
 
  Cannot escape dollar sign in Windows environment  
 
 
 
 
 
 
 
 
 

Change By:
 
 Nick Grealy 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [envinject-plugin] (JENKINS-15751) Cannot escape dollar sign in Windows environment

2015-09-13 Thread nickgre...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nick Grealy stopped work on  JENKINS-15751 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Nick Grealy 
 
 
 

Status:
 
 In Progress Open 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [envinject-plugin] (JENKINS-15751) Cannot escape dollar sign in Windows environment

2015-09-13 Thread nickgre...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nick Grealy commented on  JENKINS-15751 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Cannot escape dollar sign in Windows environment  
 
 
 
 
 
 
 
 
 
 
Looking at the code, the correct way to escape a dollar sign character, is by using two dollar sign characters. 
Using the following versions: Jenkins: 1.581 Environment Injector Plugin: 1.90 


My test:
 
Properties Content: test1=C:\DOCUME~1\$NCESE~1\LOCALS~1\Temp test2=\\127.0.0.1\c$\WINDOWS test3=Pas$word test4=C:\DOCUME~1\$$NCESE~1\LOCALS~1\Temp test5=\\127.0.0.1\c$$\WINDOWS test6=Pas$$word 
Windows Command: @echo off echo %test1% echo %test2% echo %test3% echo %test4% echo %test5% echo %test6% 
Output: C:\DOCUME~1\$NCESE~1\LOCALS~1\Temp \\127.0.0.1\c$\WINDOWS Pas$word C:\DOCUME~1\$NCESE~1\LOCALS~1\Temp \\127.0.0.1\c$\WINDOWS Pas$word 
Looks correct... closing this issue. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [envinject-plugin] (JENKINS-15751) Cannot escape dollar sign in Windows environment

2015-09-13 Thread nickgre...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nick Grealy assigned an issue to Nick Grealy 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-15751 
 
 
 
  Cannot escape dollar sign in Windows environment  
 
 
 
 
 
 
 
 
 

Change By:
 
 Nick Grealy 
 
 
 

Assignee:
 
 Gregory Boissinot Nick Grealy 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.