We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d0b14 commit f793f7bCopy full SHA for f793f7b
docs/guides/modules/orchestrate/pages/automatic-reruns.adoc
@@ -62,7 +62,8 @@ jobs:
62
my-job:
63
steps:
64
- run: echo "Hello, world!"
65
- - run: echo "This step will automatically rerun up to 3 times if it fails with a 10 second delay between attempts"
+ - run:
66
+ command: echo "This step will automatically rerun up to 3 times if it fails with a 10 second delay between attempts"
67
max_auto_reruns: 3
68
auto_rerun_delay: 10s
69
----
0 commit comments