Cannot share artifacts from child pipeline with parent pipeline

There's no way to use artifact created by child pipeline in parent pipeline.

It's related to #342804 (closed) where child pipeline artifacts are probably not persisted at all.

Usecase:

  • I produce a backend build in child pipeline no.1
  • I produce a client build in child pipeline no.2
  • then I want to merge those artifacts in parent pipeline