-
Suggestion
-
Resolution: Done
I wanted to break my pipelines into steps (including parallel) but each step runs separately and env variables are not shared between them, so 3 steps that configure them has to be repeated for each step right now.
I'd like to have a way to specify that i want to keep env variables from previous step just like we keep files using "artifacts".