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

input in pipeline no popup

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 :

            Unassigned Unassigned
            tdesaules Thibault DESAULES
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: