In the build.xml
of my Jenkins (PHP) project (hosted on a Windows Server) multiple reports are defined (PMD Warnings, Duplicate Code, JDepend, Checkstyle Warnings, Coverage Summary Report, PHPUnit_Code_Coverage, PHPDox). All the needed plug-ins are installed and the links of the most of the reports in the menu and on the dashboard
lead to the appropriate report pages.
Only two links (PHPUnit Code Coverage and PHPDox) don't work and show a 404
page:
Though they seem to be set correctly:
Why does this issue occurs and how to make Jenkins add the reports correctly to the project's menu/dashboard?