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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,6 +305,10 @@ steps:
305
305
trigger: "deploy-foo-service"
306
306
```
307
307
308
+
### Download Retry Behavior
309
+
310
+
The plugin automatically retries binary downloads up to 3 times with a 5-second delay between attempts. This handles transient network issues when downloading from GitHub.
311
+
308
312
### `hooks` (optional)
309
313
310
314
Currently supports a list of `commands` you wish to execute after the `watched` pipelines have been triggered
0 commit comments