Re: Persistent cache for Jenkins Pelican builds

2024-01-21 Thread sebb
Thanks! I realise now that my question was wrong; the builds in question are BuildBot builds, not Jenkins. Sorry about that, but still potentially useful to know. Any advice on Buildbot caching? Sebb On Sun, 21 Jan 2024 at 01:14, Olivier Lamy wrote: > > As the ASF instance is a Cloudbees

Re: Persistent cache for Jenkins Pelican builds

2024-01-20 Thread Olivier Lamy
As the ASF instance is a Cloudbees one, you should be able to use this cache https://docs.cloudbees.com/docs/cloudbees-ci/latest/pipelines/cloudbees-cache-step not sure if it's installed though. cheers Olivier On Sun, 21 Jan 2024 at 03:40, sebb wrote: > > Is there any way to pass data between

Persistent cache for Jenkins Pelican builds

2024-01-20 Thread sebb
Is there any way to pass data between runs of Jenkins Pelican builds? This would be useful for caching data that has to be fetched from elsewhere, in case the remote site is down. Sebb