Hi I am trying to run the jmeter test from Jenkin. I've already installed performance plugin and restarted the jenkin. I don't want to use any maven/ant.
Execute shell command cd /Users/Shared/Jenkins/Home/jobs/meineTui-QA-Test-Jmeter/workspace java -jar /Users/Shared/Jenkins/apache-jmeter/bin/ApacheJMeter.jar -n -t Login_Logout.jmx -l result.jtl In the post build actions of jenkin-> publish performance test result report -> jmeter -> report files -> **/*.jtl While I am running from jenkin the console says Performance: Failed to parse /Users/Shared/Jenkins/Home/jobs/meineTui-QA-Test-Jmeter/builds/2013-10-03_17-14-53/performance-reports/JMeter/result.jtl: Content is not allowed in prolog. So I am not able view the result/report in the performance Report section. Any suggestion how to fix. ==================================console output============= + cd /Users/Shared/Jenkins/Home/jobs/meineTui-QA-Test-Jmeter/workspace + java -jar /Users/Shared/Jenkins/apache-jmeter/bin/ApacheJMeter.jar -n -t Login_Logout.jmx -l result.jtl Creating summariser <summary> Created the tree successfully using Login_Logout.jmx Starting the test @ Thu Oct 03 17:14:55 BST 2013 (1380816895721) Waiting for possible shutdown message on port 4445 summary + 2 in 4.1s = 0.5/s Avg: 2013 Min: 766 Max: 3260 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0 summary + 10 in 4s = 2.5/s Avg: 392 Min: 286 Max: 573 Err: 0 (0.00%) Active: 0 Started: 1 Finished: 1 summary = 12 in 8s = 1.5/s Avg: 662 Min: 286 Max: 3260 Err: 0 (0.00%) Tidying up ... @ Thu Oct 03 17:15:04 BST 2013 (1380816904307) ... end of run Performance: Percentage of errors greater or equal than 0% sets the build as unstable Performance: Percentage of errors greater or equal than 0% sets the build as failure Performance: Recording JMeter reports '**/*.jtl' Performance: Parsing JMeter report file result.jtl Performance: Failed to parse /Users/Shared/Jenkins/Home/jobs/meineTui-QA-Test-Jmeter/builds/2013-10-03_17-14-53/performance-reports/JMeter/result.jtl: Content is not allowed in prolog. Finished: SUCCESS ============================== -- View this message in context: http://jmeter.512774.n5.nabble.com/result-jtl-file-is-not-getting-parsed-in-jenkin-for-jmeter-tp5718309.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
