Exchange artifacts between parent and child pipelines

We are also currently implementing ability to inherit environment variables from dependent jobs. This will allow passing environment variables (or other data) between CI jobs using the dependencies keyword (or needs keyword for DAG pipelines), if the jobs are sourced with dotenv report artifacts.

1 Like