-
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])