jenkins hudson ant

I'm trying to create a Jenkins job that:

  • execute an ant file on the local file system, ant will execute jmeter tests.
  • Performance plugin to create graphs from the jmeter reports.

but I can't find a way to make Jenkins find the build file, my job has only an ant build step, no SCM checkout:

the ant configuration contains only the full path to my ant file:

/home/shalom/dev/dev-otho/automation/stress/build.xml

 

but I keep getting this from Jenkins

Started by user anonymous
FATAL: Unable to find build script at /home/shalom/dev/dev-otho/automation/stress/build.xml
Finished: FAILURE

 

same thing happens when i try to setup the full path to jmeter reports in Performance Plugin:

shalom 09/03/2011 - 23:15
Syndicate content