I am implementing a disaster recovery process that entails using 2 separate pipelines. The first pipeline creates a file (data) that the second pipeline needs to access. What is the best way to share a file across pipelines?
Depending on your tech stack, I have an AWS S3 bucket that I use for posting artifacts for use later. That seems to work pretty well