Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/invokeTestsJSON.xml')
-rw-r--r--production/testScripts/invokeTestsJSON.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml
index 93f08f5ca..0b1e3c416 100644
--- a/production/testScripts/invokeTestsJSON.xml
+++ b/production/testScripts/invokeTestsJSON.xml
@@ -338,13 +338,10 @@
resultproperty="rcPerf"
outputproperty="perfOutput"
errorproperty="perfErrorOutput">
- <arg line="-X POST" />
+ <arg line="-X GET" />
<arg
- value="${env.HUDSON_PERF_PROTOCOL}://${env.HUDSON_PERF_HOST}:${env.HUDSON_PERF_PORT}/${env.LINUX_PERF_SEGMENT}/job/${job}/build" />
- <arg line="-d token=${env.HUDSON_TOKEN}" />
+ value="${env.HUDSON_PERF_PROTOCOL}://${env.HUDSON_PERF_HOST}:${env.HUDSON_PERF_PORT}/${env.LINUX_PERF_SEGMENT}/job/${job}/buildWithParameters?token=${env.HUDSON_TOKEN}&amp;buildId=${buildId}&amp;eclipseStream=${eclipseStream}&amp;EBUILDER_HASH=${EBUILDER_HASH}" />
<arg value="--fail" />
- <arg value="--data-urlencode" />
- <arg value="json=${json}" />
</exec>
<echo message="DEBUG: rcPerf: ${rcPerf}" />
<condition property="invocationNotOk">

Back to the top