I don't think there is a way to enter post data. According to the code, the post data is simply the list of parameters (which parameters I don't remember): https://github.com/jenkinsci/http-request-plugin/blob/master/src/main/java/jenkins/plugins/http_request/util/HttpClientUtil.java#L81
You can probably try to fill different configuration fields of the plugin and post to http://httpbin.com/post to see what happens. Martin On Friday, March 18, 2016 at 10:27:51 AM UTC-4, steliosP wrote: > > > <https://lh3.googleusercontent.com/-UmB7npVuZdQ/VuwQXAc_tUI/AAAAAAAAAiw/HXKM0Tkt05c0nDWznC6RRxkjOtcG3GNhQ/s1600/http.png> > I am trying to do a post request using HTTP plugin. One basic question: > where do you put the content you want to post?I cannot find any related > field. Please have a look at the screenshot of the plugin provided > parameters > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c2e0f818-b173-4237-baf3-0d6d7447fe43%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
