Hi all, I start to use jenkins+jmeter+performance plugin. Plugin is installed and available in Post-build steps. Jmeter is installed on remote server. Jenkins has access to this remote server and can start test in non-gui mode. Shell script looks so: jmeter -n -t some.jmx -l some.jtl
Problem appear when I try to view test results. Started by user test <http://jenkins.imantics.net/user/test> [EnvInject] - Loading node environment variables. Building in workspace /var/lib/jenkins/workspace/_run_api_testing executing script: cd /usr/local/jmeter jmeter -n -t some.jmx -l some.jtl Creating summariser <summary> Created the tree successfully using some.jmx Starting the test @ Wed Dec 09 15:16:33 UTC 2015 (1449674193495) Waiting for possible shutdown message on port 4445 summary + 1 in 0.3s = 3.2/s Avg: 316 Min: 316 Max: 316 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0 summary + 9 in 0.2s = 58.8/s Avg: 15 Min: 4 Max: 91 Err: 0 (0.00%) Active: 0 Started: 1 Finished: 1 summary = 10 in 0.5s = 20.3/s Avg: 45 Min: 4 Max: 316 Err: 0 (0.00%) Tidying up ... @ Wed Dec 09 15:16:34 UTC 2015 (1449674194524) ... end of run [SSH] exit-status: 0 Performance: Percentage of relative difference outside -0.0 to +0.0 % sets the build as failure Performance: Percentage of relative difference outside -0.0 to +0.0 % sets the build as unstable Performance: no JMeter files matching '**/*.jtl' have been found. Has the report generated?. Setting Build to FAILURE Build step 'Publish Performance test result report' changed build result to FAILURE Finished: FAILURE Report is available on remote host in cd /usr/local/jmeter Could anyone please help me with it? Thanks a lot for any given information, Anna -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d032cdbc-fba6-4455-9eea-281b81802388%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
