drone-downstream
drone-downstream copied to clipboard
How to set retry time
Issues
When I use downstream plugin for triggering build for deploy my service, several repos may trigger for the same time. Is there any way to set some env like RETRY_TIME used with timeout to make sure trigger will not fail, and trigger it one by one?
There are attributes for wait: true and wait_timeout: 60s.
But wait only wait for one time, but retry allows for several times, which will be better when many people commit at the same time.