In Jenkins CI, there's a plugin to "Retry build after failure", where we can specify number of times we want the build to auto trigger when job fails.
Does something similar in Azure Devops, where the pipeline will auto trigger when build fails?
It seems possible since November 2021 to retry a failing task, at least in YAML pipelines.
Docs: Automatic retries for a task
- task: <name of task>
retryCountOnTaskFailure: <max number of retries>
While this is not retrying the whole pipeline, it might be enough for many use cases.
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