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

no message is shown in stage view and log, when user is not authorized for input step

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • Jenkins ver. 2.107.2, SLES 11.4

      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.

            Unassigned Unassigned
            tkleiber Torsten Kleiber
            Votes:
            6 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: