Modifiers and Hooks
-
Across
Run a step multiple times with different combinations of variable values
-
Timeout
End a step after a set amount a time
-
Attempts
Run a step up to an amount of times before fully failing
-
Tags
Only run this step on a specific worker
-
On Success
If the job passes, run this step
-
On Failure
If the job fails, run this step
-
On Abort
If the job is canceled, run this step
-
On Error
If the job results in an error, run this step
-
Ensure
Always run this step