Author: sijskes
Date: Fri Sep 14 10:35:02 2012
New Revision: 1384715
URL: http://svn.apache.org/viewvc?rev=1384715&view=rev
Log:
scripts to drive qa-matrix job
Added:
river/jtsk/trunk/qa-matrix/
Modified:
river/jtsk/trunk/hudson.xml
Modified: river/jtsk/trunk/hudson.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/hudson.xml?rev=1384715&r1=1384714&r2=1384715&view=diff
==============================================================================
--- river/jtsk/trunk/hudson.xml (original)
+++ river/jtsk/trunk/hudson.xml Fri Sep 14 10:35:02 2012
@@ -99,7 +99,7 @@
</target>
<target name="run-qa" description="execute QA test" >
- <property name="harness-runtime-src"
value="https://hudson.apache.org/hudson/pview/job/River-QA-runtime/lastSuccessfulBuild/artifact/jtsk/trunk/harness-runtime.jar"
/>
+ <property name="harness-runtime-src"
value="https://builds.apache.org/view/M-R/view/River/job/River-QA-runtime/lastSuccessfulBuild/artifact/jtsk/trunk/harness-runtime.jar"
/>
<property name="harness-runtime-dst" value="harness-runtime.jar" />
<get src="${harness-runtime-src}" dest="${harness-runtime-dst}" />