I'm trying to setup a pipeline following the diagram which you can see below. The goal is to have a main pipeline (runner-pipeline.yml) that would run additional pipelines depending on an environment.
The runner-pipeline.yml could be split into 3 files if needed, but I want to prevent 9 pipelineX.yml files.
I know of triggers and can trigger the pipelines one after another but have no idea how to set up the environments to not to duplicate the pipelineX.yml files.
Additional note, I operate on Azure DevOps 2019 and have no chance for now to move to at least 2020.
Here's what I'm trying to do:
Would be grateful for any pointers, thanks.
