-
Improvement
-
Resolution: Won't Do
-
Major
-
None
Would be nice if we can enhance this plugin to support xml context type as well.
Currently it throws the following exception when tried the context type as 'TEXT_XML'
java.lang.IllegalArgumentException: No enum constant jenkins.plugins.http_request.MimeType.TEXT_XML
at java.lang.Enum.valueOf(Enum.java:238)
at org.jenkinsci.plugins.structs.describable.DescribableModel.coerce(DescribableModel.java:382)
Issued a pull request: https://github.com/jenkinsci/http-request-plugin/pull/25
CC: janario