Jenkins sometimes creates broken URLs for test reports.
In fact, the strange part is the frequency: it works for a given build number, then in a few minutes I will look and it will create a broken link. I am restarting Jenkins and the link is correct.
The page /job/My%20Job/lastBuild/testReport/
contains a table with Maven submodules (only one in my case). The core of the link is the name of the module, and the URL when it works is http://jenkins:8080/job/My%20Job/com.company.product$product-soapui/17/testReport/
.
If this does not work, link http://jenkins:8080/testReport/
.
I am very puzzled by the intermittent nature of the problem.
UPDATE
Jenkins Version: 1.529
OS: Red Hat Enterprise Linux Server 6.4 (Santiago)
source share