-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
windows server 2008,+jenkins + html publish plugin 1.2 statsvn0.7
HTML Publisher for example uses copyRecursiveTo as such: copyRecursiveTo("*/", targetDir) (https://github.com/jenkinsci/htmlpublisher-plugin/blob/master/src/main/java/htmlpublisher/HtmlPublisher.java#L212), and in the attached screenshot one can see that it can fail if the glob matches certain characters.
- is related to
-
JENKINS-12610 Util.deleteRecursive fails for files using unmappable characters
-
- Open
-
-
JENKINS-72540 hudson.FilePath#copyRecursiveTo() failing if remote and local having different default character sets
-
- Resolved
-
Thanks for the report. I think this might be a bug in core so I've updated the description to match the use of the copyRecursiveTo function and see if that is the problem. If anyone knows of something different, such as that the HTML Plugin should be using copyRecursiveTo in a different way, certainly let me know, but otherwise it appears to be a core bug.