Releases: jenkinsci/http-request-plugin
Releases · jenkinsci/http-request-plugin
v1.8.5
- Support to PUT and DELETE methods
- Thanks to gbougeard for the pull request
v1.8.4
- Support to configure whether to log or not the response body of the request.
- Thanks to burghduffkc for the pull request
v1.8.3
- Store URL as String so that environment variables can be substituted
- Thanks to pieterbreed for the pull request
v1.8.2
- Support to configure whether to fail or not a job even the return code is between 400 (client error) and 599 (server error).
- Thanks to nikos for the pull request