I Cannot connect to Xebia Deploy server from Jenkins getting below 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 and type interface java.util.List
I got the solution that I have to add -Djdk.util.zip.ensureTrailingSlash=false to the Java startup commands of Jenkins.
In Jenkins how can I set this value?