My Jenkins server and Xebia server are on the same machine.
I can connect to my Xebia server from a different Jenkins server (so firewall ports are OK) and I assume my Xebia server is fine as well (no issue through the browser)
When I enter my configration in Jenkins/Manage jenkins/COnfigure System, I get the following error:
XL Deploy configuration is not valid! com.xebialabs.deployit.ci.DeployitPluginException: org.jboss.resteasy.spi.ReaderException: javax.ws.rs.ProcessingException: RESTEASY003145: Unable to find a MessageBodyReader of content-type application/xml;charset=UTF-8 and type interface java.util.List
What am I doing wrong? I assume I have something missing on my Jenkins server but I could not find any specific requirement tied to the Xebia plugin. I checked my plugins with the other instance that can access multiple Xebia servers.
Thanks