Hi,
I have one requirement to share some data between two drone pipelines, i was looking something available in drone to share workspace between two different pipelines, but i don;t think something is there to facilitate this use.
Please suggest me what all possible options are there, so that i can use out of them accordingly.
Thx in advance.
Drone does everything with plugins. If you want to share data between two pipelines you would have to create a plugin that archives files/folders to persistent storage (filesystem, s3, etc) and then a plugin to restore the archives.
You might want to check the plugin marketplace for existing plugins:
Or you always have the option to create your own plugin if the above do not meet your needs.
Thanks for the response @bradrydzewski