-
Bug
-
Resolution: Fixed
-
Major
-
None
- is duplicated by
-
JENKINS-17880 Not all files are copied.
-
- Closed
-
- is related to
-
JENKINS-13165 Cloning workspace loses hidden files/directories
-
- Resolved
-
- relates to
-
JENKINS-22637 "Copy Artifacts Plugin" should support ArtifactManager
-
- Closed
-
[JENKINS-14900] Copying from workspace drops files matching Ant's default excludes
Assignee | Original: Alan Harder [ mindless ] |
Assignee | New: Jesse Glick [ jglick ] |
Link |
New:
This issue is related to |
Assignee | Original: Jesse Glick [ jglick ] |
With Jenkins 1.455 the plugin was successfully copying a workspace that contained a Mercurial repository. It appears that since
JENKINS-9118was resolved and Ant was upgraded to 1.8.3 the default excludes now cover Mercurial's repository files, and therefore the files are not being copied. This is similar toJENKINS-13888for the Clone Workspace plugin, and may similarly require a change to Jenkins core.