Release Pipeline Job Concurrency

195 Views Asked by At

I recognize it's a bad idea to run release pipeline tasks concurrently among agents within a deployment group- a failure across all of them simultaneously could be very bad in certain, common conditions.

However, is there a way for the deployment groups within a stage to kick off their tasks concurrently?

Thanks.

1

There are 1 best solutions below

4
Hugh Lin On BEST ANSWER

As a workaround, you can split multiple deployment groups into multiple stages, and run a deployment group in one stage, so that you can run them in parallel.

enter image description here