I have following azure release pipeline:

Problem is that I need to left left stage to fail sometimes, but at the same time, even if it failed, right stage should still be executed, is that possible?
The only thing I found was 'Trigger even when the selected stages partially succeed' but it does not work if previous stage FAILED.

I need to left left stage to fail sometimes, but at the same time, even if it failed, right stage should still be executed, is that possible?
Yes, it's possible. Please follow below steps and see if it works for you:
First, enable "Trigger even when the selected stages partially succeed" for the right stage as you already did.

Then, enable "Continue on error" for the tasks or the specific task if you know which one would fail in "Control Options". This will force the task to continue even it met errors which makes that stage a partially succeeded one.

At last, you can run the release pipeline and see the right stage will be executed even the tasks in left stage failed.

Hope this would work for you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With