2

Java: 8 Maven: 3.2.5`` JMeter-Maven-Plugin: 2.7.0

I also have this same use case, trying to publish the report in Jenkins with HTML Publisher plugin.

tarting process with:[java, -Xms512M, -Xmx512M, -jar, ApacheJMeter-4.0.jar, -d, /home/jenkins/workspace/QA_automation/Performance_Job_ISL/target/jmeter, -e, -j, /home/jenkins/workspace/QA_automation/Performance_Job_ISL/target/jmeter/logs/Jmeter.jmx.log, -l, /home/jenkins/workspace/QA_automation/Performance_Job_ISL/target/jmeter/results/Jmeter.csv, -n, -o, /home/jenkins/workspace/QA_automation/Performance_Job_ISL/target/jmeter/reports/Jmeter_20190130_051346, -t, /home/jenkins/workspace/QA_automation/Performance_Job_ISL/target/jmeter/testFiles/Jmeter.jmx]

What to use to get html report in HTML Publisher plugin... Please suggest HTML directory to archive & Index page[s]

Ardesco
  • 7,281
  • 26
  • 49

1 Answers1

1

In order to do that , you need to:

${WORKSPACE}/target/jmeter/reports/jenkins-demo/

To end up with:

Post build action configuration

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116