dmitryserbin / azdev-release-orchestrator

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

Feature Request: Parallel Stage Execution with Enhanced Control and Feedback Options #106

Open brandon2399 opened 4 months ago

brandon2399 commented 4 months ago

Feature Request: Parallel Stage Execution and Enhanced Error Handling Description Proposing the ability to execute stages in parallel within our pipeline, with improved error handling.

Features Parallel Execution:

Simultaneous execution of multiple stages. Option to set a maximum number of concurrent stages. Error Handling:

Cancel all stages on failure. Option to halt further stages if parent release fails. Optional Rerun:

Ability to redeploy failed stages for quick recovery. Benefits Faster pipeline execution. Improved error management. Enhanced control over delivery process.