Dashboard View Plugin is based on JUnit XML reports.
But the JUnit plugin which generates test report XML files has a limitation - it does not support the rerun mechanism, so it's unable to merge different XML files of rerun cycles into a single file (as result we have a single file with the latest cycle run), and as result could not provide valid numbers of test statistics on Jenkins Dashboard.
The official repository was forked -
GitHub - jenkinsci/dashboard-view-plugin: Jenkins dashboard-view plugin
and updated with corresponding improvements -
GitHub - alexKazarin/dashboard-view-plugin: Jenkins dashboard-view plugin


