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

Manual trigger with a string user input requires a popup

      When I have a manual step in my pipeline such as asking for a build number to promote, I want to see a popup where the user would enter a string rather than seeing just a 'Play' button. 

      The input could be in the form of:
      build_id = input id: 'Seurat_build_id', message: 'Build version?', parameters: [string(defaultValue: '1.0.0', description: '', name: 'build_id')]

          [JENKINS-50304] Manual trigger with a string user input requires a popup

          Tommy Tynjä added a comment -

          Thank you for reporting this. The current implementation is limited, as it does not consider any potential input. It would be great if someone from the community who use the input feature with the delivery pipeline plugin would be able to develop support for this scenario.

          Tommy Tynjä added a comment - Thank you for reporting this. The current implementation is limited, as it does not consider any potential input. It would be great if someone from the community who use the input feature with the delivery pipeline plugin would be able to develop support for this scenario.

            patbos Patrik Boström
            shreyas15 Shreyas Bhat
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: