2

I am using HTML publisher plugin in Jenkins, and also i'm using ExtentReport with Eclipse to generate reports.

How to generate those reports (ExtentReport) in Jenkins ?

MWiesner
  • 8,868
  • 11
  • 36
  • 70
hamdiank
  • 21
  • 1
  • 1
  • 4

1 Answers1

5

As you are already using HTML publisher plugin in Jenkins.

Get through this official documentation link: https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin

This is the configuration i have used for my project. Provide relative url of report referencing to your actual project which you are making in eclipse/intellij tool

Charu Jain
  • 91
  • 1
  • 3