dmitryserbin / azdev-release-orchestrator

Azure DevOps extension to manage and orchestrate release pipelines
MIT License
23 stars 13 forks source link

Feature request: Strategy with "no wait" task + "wait only" task #63

Closed foliv57 closed 2 years ago

foliv57 commented 3 years ago

Hi,

I would like to propose a potential enhancement.

Can it be possible to have a strategy with a "no wait" task + a "wait only" task.

The idea is to have the possibility to start multiple release deployment first and then wait all completions at a later stage.

This to allow parallelization and reduce global deployment time when multiple agents are available.

Thank you