Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-38380

timeout around input does not work with submitter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • Jenkins ver. 1.651.3 (also 2.7.4)
      Pipeline: Basic Steps 2.1
      Pipeline: Input Step 2.1

      The example from https://jenkins.io/doc/pipeline/

      timeout(time:5, unit:'DAYS') {
          input message:'Approve deployment?', submitter: 'it-ops'
      }
      

      does not work.
      I tested with a shorter timeout and as soon as i added an submitter the input stays for ever open. without submitter the input is correctly terminated.

            jglick Jesse Glick
            thomas_kalmar Thomas Kalmár
            Votes:
            7 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: