-2

Basically, I have several pipelines on several branches which are responsible for the same thing. Get the app config file, run VM from VMSS and run app generating some output. It generates a lot of work in case of any change in the pipeline. And in addition, new branches are added in time.

Is it possible to the amount of work and have one pipeline?

I had idea to:

  1. Prepare one big config or DB with data
  2. Prepare pipeline which will gather data and generate app config
  3. Basic on this config run it multiple times.

Is it a good approach or should I do it in other way?

SerSergious
  • 449
  • 2
  • 5
  • 21
  • Why does each branch need its own pipeline? Can't you parameterize things? Basically, yes it's a good idea to not create a new pipeline on a branch-by-branch basis. The way you go about accomplishing that depends on your requirements and how your pipeline is organized. If you could share your pipeline, that would help. – Daniel Mann Aug 28 '23 at 14:03

0 Answers0