简体   繁体   English

Jenkins无法通过Ant XSLT生成JMeter HTML

[英]Jenkins not generating JMeter HTML via Ant XSLT

Jenkins is not generating JMeter HTML via Ant XSLT. Jenkins并未通过Ant XSLT生成JMeter HTML。 When I execute from the cmd prompt using the same build.xml, it's generating nice HTML Report. 当我使用相同的build.xml从cmd提示符执行时,它会生成漂亮的HTML报告。

I am not sure where am I missing. 我不确定我在哪里想念。 Please advise me! 请建议我!

See the below screenshots for the build.xml and Jenkins configuration. 有关build.xml和Jenkins配置,请参见以下屏幕截图。

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

Thanks, Raj 谢谢,拉杰

You just call 'test' target in jenkins. 您只需称呼詹金斯为“测试”目标即可。 You need to call 'all' in the 'Targets' field in Jenkins to call both test and report . 您需要在Jenkins的“目标”字段中调用“全部”,以同时调用testreport


For detailed steps on using JMeter + Ant + Jenkins: Please check this - http://www.testautomationguru.com/jmeter-continuous-performance-testing-part1/ 有关使用JMeter + Ant + Jenkins的详细步骤:请检查此内容-http: //www.testautomationguru.com/jmeter-continuous-performance-testing-part1/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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