HTML report does not appear in the job until first successful run

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: htmlpublisher-plugin
    • None
    • Environment:
      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])

            Assignee:
            Richard Bywater
            Reporter:
            Weiquan
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: