-
Bug
-
Resolution: Unresolved
-
Minor
-
None
We are using this plugin to hit the internal application with POST request by passing JSON payload in request body.
When we tried to pass build parameters in the JSON payload of request body in the freestyle job its working as expected.
But when we tried to create declarative pipeline with the same configuration similar to the above mentioned freestyle job its not working as expected.
In the pipeline job plugin is not reading the build variables in JSON payload of the request body.