-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: clone-workspace-plugin
-
Labels:None
-
Environment:Linux
-
Similar Issues:
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
-
Code changed in jenkins
User: Seiji Sogabe
Path:
core/src/main/java/hudson/FilePath.java
http://jenkins-ci.org/commit/jenkins/2bd40df44439ae04ecc2db306de70230f520c1a7
Log:
Merge pull request #265 from CMoH/jenkins-9577
JENKINS-9577Fix last modification timestamp after unzip