Thanks for the help in advance. I am using Jenkins to run a Dependency Check analysis for a project that is primarily node.js (javascript) with some python, Web, and XML. When the build is complete I can see the dependency-check-report.html, dependency-check-report.xml, and dependency-check-vulnerability.html files created in the workspace directory, but do not see the report on the Jenkins project page.
I have the Invoke Dependency-Check analysis build step in place with the Generate optional HTML report box checked as well as the Generate optional vulnerability report (HTML) checkbox checked. (This is why the reports are being generated I presume)

I have a Post-build Actions step of Publish Dependency-Check results configured with default values other than the "Run Always" checkbox is checked.

What else do I need to change in my configuration to get the report to publish? Is it possible that that when the report found no dependencies in the code that the report is not published? Below are the versions of the plugin/Jenkins I am using:
OWASP Dependency-Check Plugin 3.2.1
Any help is appreciated - I also am not seeing the report on SonarQube - but will post that question in another topic if the resolution to this one does resolve the other problem as well.
Thanks everyone!