Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Linux
Description
The clone workspace plugin doesn't seem to preserve the permissions of the files in the cloned workspace.
How to reproduce:
- set up a job that stores the workspace
- create a shell script with "execution" permission in the workspace
- run the job
- create a job that clones the workspace
- run the job
- examine the permissions of the script: the execution permission is gone
Attachments
Issue Links
- is related to
-
JENKINS-9397 TarArchiver and ZipArchiver don't preserve file permissions
-
- Resolved
-
Put in a pull request for a proposed fix: https://github.com/jenkinsci/jenkins-clone-workspace-scm-plugin/pull/1
The TarArchiver and ZipArchiver are not being used by this plugin (though I guess they could be).