-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Linux
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
- is related to
-
JENKINS-9397 TarArchiver and ZipArchiver don't preserve file permissions
-
- Resolved
-
[JENKINS-9577] Clone workspace does not preserve permissions
Link |
New:
This issue is related to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
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).