jenkinsci / jenkinsci/workflow-basic-steps-plugin
[JENKINS-29037] Add Max interval to waitUntil
- Dominant language
- Java
- Stars
- 73
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
The
waitUntil{}
block increases its wait time every time the condition fails. However, the user may have knowledge about the approximate time for the condition to pass. Jobs could proceed much faster if the user could limit the maximum interval before checking the condition again. Something like:
waitUntil{, }
---
Originally reported by anshuarya, imported from: Add Max interval to waitUntil
mmitche
Raw content of original issue
The
waitUntil{}block increases its wait time every time the condition fails. However, the user may have knowledge about the approximate time for the condition to pass. Jobs could proceed much faster if the user could limit the maximum interval before checking the condition again. Something like:
waitUntil{<cond>, <maxTime(min)>}
Contributor guide
Assessment
This issue has not been assessed yet.