Hi,

We are using Cloudbees Private SaaS Edition which utilizes docker 
containers as executors.  A side effect of this is that each time you run a 
job, you start with a fresh container without any previously cached 
dependencies (we use gradle generally).  This increases the length of the 
build and adds network traffic to our Artifactory instance.  I looked 
around for existing plugins but didn't find any so I have started a 
plugin[1] based on SimpleBuildWrapper that stores a configured set of files 
on the master at the end of the build and then on the next build downloads 
them to master in the original location. 

I still have more work remaining but prior to investing more time, I wanted 
to check with this group to see if it makes sense to complete this or if 
there is a better option. I also had seen a post[2] on the user's list a 
few months ago looking for a similar capability that didn't come up with 
anything.

Thanks,
Pete

[1] https://github.com/petehayes/jobcacher-plugin
[2] https://groups.google.com/forum/#!topic/jenkinsci-users/n0A1qBLe2Is

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/381ee609-3568-4b4d-9930-978ec2378c7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to