[ https://issues.jenkins-ci.org/browse/JENKINS-13566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161987#comment-161987 ]
SCM/JIRA link daemon commented on JENKINS-13566: ------------------------------------------------ Code changed in jenkins User: Gregory Boissinot Path: src/main/java/org/jenkinsci/plugins/envinject/service/EnvInjectEnvVars.java http://jenkins-ci.org/commit/envinject-plugin/9f43a3a2ee2312c763c73e10281f4b1fc34f9106 Log: Fix JENKINS-13566 Compare: https://github.com/jenkinsci/envinject-plugin/compare/8645f86...9f43a3a > EnvInject is messing around with my TEMP variable when username contains a > dollar sign > -------------------------------------------------------------------------------------- > > Key: JENKINS-13566 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13566 > Project: Jenkins > Issue Type: Bug > Components: envinject > Environment: EnvInject 1.46 > Reporter: Vincent Latombe > Assignee: gbois > Priority: Blocker > > My Jenkins slaves are using users starting with a dollar sign. > The plugin seems to handle dollar sign with a special case because it is > breaking my TEMP variable > The normal value is C:\DOCUME~1\$NCESE~1\LOCALS~1\Temp > But when using the plugin, it changes it to C:\DOCUME~1$NCESE~1\LOCALS~1\Temp > (notice the removed \ before the $) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira