Home > Blockchain >  Is there a way to retry a time sensitive step in Azure Devops a number of times?
Is there a way to retry a time sensitive step in Azure Devops a number of times?

Time:10-04

All the answers I've found are rather dated, so I'm wondering if there is now a way to retry a step after failure?

For example:

Step - Install X
Step - Test if X is installed. 
           If failed, wait 1 minute, then retry two more times before total failure.

The issue I have, is that the second step is a third party extension, so I cannot use bash or a script to do it with an internal loop in the step.

CodePudding user response:

No, this is not possible yet. However, this is on enter image description here

  • Related