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

Add support for query parameters to pipeline step

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • http-request-plugin
    • None

      It'd be very handy if you could write something like:

      httpRequest 'url' parameters: [['foo', 'bar'],  ['baz', true]]
      

      and, it would properly encode it as

      url?foo=bar&baz

      I would like to be able to pass in parameters dynamically, and more importantly, ensure that they are properly escaped.

            janario Janario Oliveira
            joshheinrichs Josh Heinrichs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: