input in pipeline no popup

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

XMLWordPrintable

      Hi there,

      From my understanding, we should have a popup when we use the input directive on a pipeline stage.

      stage('Qualification') {
         input {
              message "Go Qualification"
              submitter "titi"
              submitterParameter "submitter"
              parameters {
                  string(name: 'username', description: 'admin user acount')
                  password(name: 'password', description: 'password associated')
              }
          }
          steps {
              echo "submint by ${submitter}"
          }
      }

      But I have to go the job console and manually click on "Input Request" to access the forms :

            Assignee:
            Unassigned
            Reporter:
            Thibault DESAULES
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: