-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
Linux
Using a pipeline script and the jobcacher plugin, I can greatly improve the build speed of my job by caching "static" files like the node_modules folder. Currently I save about 2 minutes.
However executable scripts are not restored with the original file permissions and the build will fail when attempting to execute them.
Currently I have to manually "chmod +x" these files, but it would be great if I could trust the permissions were kept.