Sorry, here are more details:
Versions:
Usage like:
sh "echo '<section name=\"Performance Summary\" fontcolor=\"#ffffff\"></section>' > report.xml"
archive 'report.xml'
step([$class: 'ACIPluginPublisher', name: 'report.xml', shownOnProjectPage: true])
When I do this I do not get any error messages. The builds succeeds. Just after that I do not see the report on the Project Page. No matter if I use the pipeline plugin or the multi branch pipeline.
Jenkins Log also contains no Exceptions or something strange.
Seems there is a PR on this: https://github.com/jenkinsci/summary_report-plugin/pull/7https://github.com/jenkinsci/summary_report-plugin/pull/7
Apparently this has been stranded since Feb. Anything needed to move this forward?