简体   繁体   中英

Trying to publish the report in Jenkins with HTML Publisher plugin - jmeter maven plugin

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]

In order to do that , you need to:

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

To end up with:

后期构建动作配置

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM