I found the easiest way was to *not *use ant or maven, but to configure
Hudson to launch the jmeter scripts using a bat file /(this is defined in
Build > 'Execute windows batch command')/

I name my jmeter test the same as they are named in Hudson /(so I can
utilise the Hudson environment variables)/
My tests are stored in a SVN repo that pulls the latest revision (/this is
also configured in Hudson on setting the job up 'Source Code
Management>Subversion')/

The jmeter test resides in a FOLDER that is named the same as the jmeter
test
http://repo/qa/*regressionTestExample*/*regressionTestExample*.jmx

This is the script that launches the job in Hudson:
/jmeter -n -t %WORKSPACE%\*.jmx -l %WORKSPACE%\%JOB_NAME%.jtl/

*WORKSPACE *+ *JOB_NAME* are Hudson environment variables, so I only need 1
bat file to launch ANY my tests


HTH

ZK

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Jmeter-tests-from-Hudson-tp4901509p4917196.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to