Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-72540] FilePath.copyRecursiveTo() copying now also if local and remote have incompatible character sets at binary level #8860

Merged
merged 2 commits into from Mar 5, 2024

Commits on Jan 12, 2024

  1. allow specification of achrive's file name encoding in Archiver#create()

    For JENKINS-72540 only needed for tar, but changed zip for consistency as well.
    lne3 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cd2b458 View commit details
    Browse the repository at this point in the history
  2. revise copyRecursiveTo to use same file name encoding locally and remote

    such that local and remote understand each other
    Otherwise, if remote is z/OS with native EBCDIC encoding the file names
    will be in EBCDIC and fails reading
    lne3 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    154923b View commit details
    Browse the repository at this point in the history