-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins version = 2.387.1
HTML Publisher = 1.29
After I ran the Jenkins job the HTML do not display in the Job.
Actual result: After the job had run the HTML report does not show in the Job
Expected result:
My Pipeline code:
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: '${WORKSPACE}/target/site/reports/', reportFiles: 'index.html', reportName: 'HTML Report', reportTitles: '', useWrapperFileDirectly: true])
I have the same issue. I also check the Jenkins filesystems under bar/libs/Jenkins/jobs.../htmlreports and my reports are there. It worked fine in one pipeline I have for testing but not in other. No idea why the link is not been shown in some cases