I can't get jenkins to record logs for xUnit plugin and I'm not too familiar with Jenkins mgmt tasks.
I've gone through
Logging and checked the package for my plugin version, however, nothing is recorded.
xUnit plugin version: 1.104 (unfortunately, upgrading is not an option)
Logger values I've tried: org.jenkinsci.plugins.xunit.service.XUnitLog, org.jenkinsci.plugins.xunit.service, org.jenkinsci.plugins.xunit
Jenkins version is 2.107.3 (can't upgrade either)
I'm already sure our xml is not valid under both
recommended schemas (Ant Junit, Maven Surefire) but I want to
a.) Confirm the issue comes from this (the error message informs agent is disconnected - always but this does seem rather unlikely)
b.) Debug why my custom xsl is not found (for custom type)
I really appreciate any tips you might have.