-
Bug
-
Resolution: Fixed
-
Major
-
windows
java -Xrs -jar C:\Jenkins\slave.jar -jnlpUrl some-url -secret some_secret -jar-cache C:\Jenkins
...
java.io.IOException: Failed to write to C:\Users\Administrator\.jenkins\cache\ja
rs\7F\984FCCDA4AB099365EFD80FD06765D.jar
at hudson.remoting.FileSystemJarCache.retrieve(FileSystemJarCache.java:8
5)
- is related to
-
JENKINS-18578 Default jar cache location is hardcoded to ~/.jenkins/cache/jars
-
- Resolved
-
See
JENKINS-18578. The default value is I think poor. Fixing that would probably fix your original problem. That said, it sounds like there is a simple bug you found here; a full fix would have to include JENKINS-18956 (matching GUI).