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: