You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/reference/templating.mdx
+1
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ special variable will be overridden.
117
117
| `TIMESTAMP` | The date object of the greatest timestamp of the files listed in `sources`. Only available within the `status` prop and if method is set to `timestamp`. |
118
118
| `TASK_VERSION` | The current version of task. |
119
119
| `ITEM` | The value of the current iteration when using the `for` property. Can be changed to a different variable name using `as:`. |
120
+
| `EXIT_CODE` | Available exclusively inside the `defer:` command. Contains the failed command exit code. Only set when non-zero. |
0 commit comments