jenkinsci / jenkinsci/http-request-plugin
[JENKINS-46906] Add support for query parameters to pipeline step
- Dominant language
- Java
- Stars
- 176
- Forks
- 158
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 3
Description
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.
---
Originally reported by joshheinrichs, imported from: Add support for query parameters to pipeline step
janario
Raw content of original issue
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&bazI would like to be able to pass in parameters dynamically, and more importantly, ensure that they are properly escaped.
Contributor guide
Assessment
This issue has not been assessed yet.