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