-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Linux master
windows slave connected via cygwin/ssh
Please note the windows drive letter format "E:" injected in the full workspace path (cygwin format):
[copy-to-slave] Copying '*.dll', from 'file:/E:/e/.hudson/workspace/MSBuild_On_Windows/' on 'hudson.slaves.DumbSlave@506fa283' to 'file:/var/lib/jenkins/jobs/MSBuild_On_Windows/workspace/' on the master.
[JENKINS-21770] Copy to slave injects erroneous drive letter (e.g. "E:") to full cygwin workspace path /e/.hudson/jobs/job1/workspace
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 153770 ] | New: JNJira + In-Review [ 194685 ] |
Resolved by changing, on the master node, the node configuration for the Windows slave node (Manage Jenkins --> Manage Nodes) and specifying a Windows format path (including the windows drive specifier E
instead of the cygwin path format for the "Remote FS root" definition of the Windows slave node.