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)>}

          [JENKINS-29037] Add Max interval to waitUntil

            mmitche Matthew Mitchell
            anshuarya Anshu Arya
            Votes:
            6 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: