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 :

        1. image-2020-10-09-12-21-00-478.png
          28 kB
          Thibault DESAULES
        2. image-2020-10-09-12-26-44-557.png
          19 kB
          Thibault DESAULES
        3. image-2020-10-09-12-27-00-851.png
          10 kB
          Thibault DESAULES
        4. stacktrace _from_browser.log
          34 kB
          Bartek Kępka

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

              Created:
              Updated:
              Resolved:
              Archived: