I am trying to register JUnit tests results with Jenkins. This is not the first time I do that, I have a handmade test framework made for Matlab, which generate a handmade Junit test report, feed it to Jenkins, and it works flawlessly.
In this case, it is much more simple, I am using Junit5 to unit-test Java code. It is built with gradle. The tests reports are correctly generated, I archive them into Jenkins and they are present. But I am still getting the following message:
[Pipeline] junit Recording test results None of the test reports contained any result
Which I do not understand, could anything be wrong into the test report ? I attached one of them so maybe someone can help me troubleshot this error:
Thank you very much because I am a bit lost with this
