-
Bug
-
Resolution: Unresolved
-
Blocker
-
Windows 2008 R2 server, Jenkins 1.437, Clone SCM plugin version 0.3
We archive the workspace of job launched on a Windows slave. When we clone the workspace the unpacked files are all messed up - the paths are interpreted as file names and we get files named:
"target\my-file-1.0.jar"
instead of
target/ (folder)
my-file-1.0.jar (file inside the folder)
This means that the plugin is broken for mixed OS environments