-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: copyartifact-plugin
-
Labels:None
-
Similar Issues:
- is duplicated by
-
JENKINS-17880 Not all files are copied.
-
- Resolved
-
- is related to
-
JENKINS-13165 Cloning workspace loses hidden files/directories
-
- Resolved
-
- relates to
-
JENKINS-22637 "Copy Artifacts Plugin" should support ArtifactManager
-
- Resolved
-
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.