Sharing between multi-project pipelines
I’m wondering if it is possible to share artifacts between jobs in a multi-project pipeline. I’ve read through this documentation and it only mentions the ability to share environment variables.
To make it more clear as to why I would want this here is an example of the use-case.
I have one project (Project B) which generates images for hardware used in multiple other projects. This image generation requires a number of configuration files. I’d like to be able to generate these configuration files in project A, send them to Project B for processing, and receive the result (i.e. the image) back in project A. For some technical reasons I won’t go into now it is not possible to include Project B directly into Project A and solve this that way .
B.t.w. I’m focusing on artifacts right now but if anyone knows of another way of doing this it I’m also interested, as long as it does not involve duplicating the code in project B.