azure-devopsazure-pipelinesazure-devops-deploymentgroups

Release Pipeline Job Concurrency


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.


Solution

  • 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