Re: Jenkins Remoting Library and JarCache

2017-05-22 Thread Oleg Nenashev
Yes, it is a bunch of JAR Files and other resources like DLLs. In Jenkins Remoting agents are lightweight libraries (slave.jar), which do not contain much logic OOTB. This cache is required in order to save remoting data and to avoid high classloading traffic every time your agent connects to th

Jenkins Remoting Library and JarCache

2017-05-19 Thread Kristian
Hi, I read, that the Remoting library of Jenkins has a so-called Cache dir (https://github.com/jenkinsci/remoting/blob/master/docs/workDir.md). Why is this cache dir needed? What is the purpose of it? And what is concretely saved/cached in there? I only see a bunch of jar files... -- You receiv