-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Linux
1. Create a job that e.g. checks out and builds some code. Some of the resulting files are executable binaries.
2. Set this job to archive its workspace for cloning by other jobs (using the Clone Workspace SCM plugin).
3. Create a new job that uses the other job's cloned workspace as its SCM/code source.
4. Run this job.
Result: The workspace of the second job will have a copy of all the files from the first job's workspace, but the binaries have all lost their exec permissions. The new job has to manually chmod those files if it wants to exec them.
- depends on
-
JENKINS-9397 TarArchiver and ZipArchiver don't preserve file permissions
- Resolved
- is related to
-
JENKINS-9118 When workspace is cloned, symlinks are replaced with copies of the files they point to
- Resolved