This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      Assuming following Pipeline:

      pipeline {
        agent none
        stages {
          stage ("Input") {
            input {
              message 'Are you sure?'
              submitter 'not_me'
            }  
            agent any
            steps {
              sh 'sleep 60'
            }
          }
        }
      }
      

      if you press the butto to accept the input no message is shown in the stage view

      and in log view too

       

      It is only shown from the executor menu item pause/resume or blue ocean.

        1. 2018-05-07 11 19 42.png
          20 kB
          Torsten Kleiber
        2. 2018-05-07 11 20 13.png
          4 kB
          Torsten Kleiber

            Assignee:
            Unassigned
            Reporter:
            Torsten Kleiber
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: