Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-71082

HTML report does not appear in the job

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • htmlpublisher-plugin
    • 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])

            r2b2_nz Richard Bywater
            weiq Weiquan
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: