jenkinsci / jenkinsci/workflow-basic-steps-plugin

[JENKINS-29037] Add Max interval to waitUntil

Open
#395 7 comments 0 reactions 0 assignees View on GitHub
component:workflow-basic-steps-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • assignee: mmitche
  • status: In Review
  • priority: Minor
  • component(s): workflow-basic-steps-plugin
  • label(s): stalled-pr
  • resolution: Unresolved
  • votes: 6
  • watchers: 10
  • imported: 20251215-220547

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.