stephenconnolly created JENKINS-13649:
-----------------------------------------

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