Hi, I have scheduled some jenkins build jobs(maven build) which triggers via svn commits. After a successful build, I need to upload the build file(.war file, .ear file) to my release management site via HTTP request. On my release management site, I was expecting an HTTP multipart request. I go through the details of HTTP Web request plugin[1] HTTP Post plugin[2] . Can I able to do this via these plugins ? Or is there any alternative solutions?
[1] - https://wiki.jenkins-ci.org/display/JENKINS/HTTP+Request+Plugin [2] - https://wiki.jenkins-ci.org/display/JENKINS/HTTP+POST+Plugin Thanks, Ahsan -- 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/8e013f3c-678e-46f9-aa36-96384b859145%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
