dmitryserbin / azdev-release-orchestrator

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

Enhancement request: Stop release upon Approval failure #23

Closed TimothyTam closed 3 years ago

TimothyTam commented 5 years ago

Hello, Is it possible to end the release once it hits "Stage <Stage 1> (129) cannot be approved by (Project Collection Build Service)"

It seems to be retrying forever.

I just want to trigger the release and let others manually approve.

Thank you

dmitryserbin commented 5 years ago

Thanks for using the extension. There is one hour timeout for approval retry. I could make it configurable in the task (so you set it to 0) and quit the job with partially succeeded status or something.

TimothyTam commented 5 years ago

Please do, that would be great! Thanks!

dmitryserbin commented 3 years ago

This will be addressed in the next release.