[ 
https://issues.jenkins-ci.org/browse/JENKINS-13649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163125#comment-163125
 ] 

SCM/JIRA link daemon commented on JENKINS-13649:
------------------------------------------------

Code changed in jenkins
User: Stephen Connolly
Path:
 core/src/test/java/hudson/FilePathTest.java
http://jenkins-ci.org/commit/jenkins/d424217cc0c2238755ef4eb757c1cd08322a6429
Log:
  [JENKINS-13649] Adding a test case
(cherry picked from commit 71debc2b8942844c721d7849b48286dc13c3c8db)

Conflicts:

        core/src/test/java/hudson/FilePathTest.java



                
> Invalid environment variable values when running hierarchical jobs on windows 
> slaves
> ------------------------------------------------------------------------------------
>
>                 Key: JENKINS-13649
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13649
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>    Affects Versions: current
>            Reporter: stephenconnolly
>            Assignee: stephenconnolly
>
> If you try to run a hierarchical job on a windows slave the WORKSPACE 
> environment variable will contain slashes. 
> e.g.
> WORKSPACE=C:\JenkinsSlave\workspace\Folder/Test
> The root cause of this is that Slave.getWorkspaceFor(...) calls 
> AbstractItem.getFullName() which will build up the name using '/' as the 
> separator.

--
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

        

Reply via email to