Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2018-12-10 10:11:37 +0000
committerKalyan Prasad Tatavarthi2018-12-10 10:11:37 +0000
commit9dbf457b9afb63f10d36db12a74c483810712b3b (patch)
tree813fa6c4d8850d5a84c358205dceb62b5aa8fe82 /production/testScripts/invokeTestsJSON.xml
parent0b0dcc6f860af9c9c7a0a1ebdcdb2094431a1337 (diff)
downloadeclipse.platform.releng.aggregator-9dbf457b9afb63f10d36db12a74c483810712b3b.tar.gz
eclipse.platform.releng.aggregator-9dbf457b9afb63f10d36db12a74c483810712b3b.tar.xz
eclipse.platform.releng.aggregator-9dbf457b9afb63f10d36db12a74c483810712b3b.zip
Bug 539334 - Test job should only require build-id
Change-Id: I7b0cfc05e2818048f944d7e8697cc4bec9a52a22 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
Diffstat (limited to 'production/testScripts/invokeTestsJSON.xml')
-rw-r--r--production/testScripts/invokeTestsJSON.xml20
1 files changed, 4 insertions, 16 deletions
diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml
index 70422d268..a4061a390 100644
--- a/production/testScripts/invokeTestsJSON.xml
+++ b/production/testScripts/invokeTestsJSON.xml
@@ -135,13 +135,7 @@
<property
name="JSON_buildId"
value="{&quot;name&quot;:&quot;buildId&quot;,&quot;value&quot;:&quot;${buildId}&quot;}" />
- <property
- name="JSON_eclipseStream"
- value="{&quot;name&quot;:&quot;eclipseStream&quot;,&quot;value&quot;:&quot;${eclipseStream}&quot;}" />
- <property
- name="JSON_EBUILDER_HASH"
- value="{&quot;name&quot;:&quot;EBUILDER_HASH&quot;,&quot;value&quot;:&quot;${EBUILDER_HASH}&quot;}" />
-
+
<property
name="json"
value="{&quot;parameter&quot;:[${JSON_buildId},${JSON_eclipseStream},${JSON_EBUILDER_HASH}]}" />
@@ -160,7 +154,7 @@
outputproperty="unitOutput"
errorproperty="unitErrorOutput">
<arg line="-X GET" />
- <arg value="${env.HUDSON_PROTOCOL}://${env.HUDSON_HOST}:${env.HUDSON_PORT}/${env.HUDSON_ROOT_URI}/job/${job}/buildWithParameters?token=${env.HUDSON_TOKEN}&amp;buildId=${buildId}&amp;eclipseStream=${eclipseStream}&amp;EBUILDER_HASH=${EBUILDER_HASH}" />
+ <arg value="${env.HUDSON_PROTOCOL}://${env.HUDSON_HOST}:${env.HUDSON_PORT}/${env.HUDSON_ROOT_URI}/job/${job}/buildWithParameters?token=${env.HUDSON_TOKEN}&amp;buildId=${buildId}" />
<arg value="--fail" />
</exec>
<echo message="DEBUG: rcUnit: ${rcUnit}" />
@@ -209,13 +203,7 @@
<property
name="JSON_buildId"
value="{&quot;name&quot;:&quot;buildId&quot;,&quot;value&quot;:&quot;${buildId}&quot;}" />
- <property
- name="JSON_eclipseStream"
- value="{&quot;name&quot;:&quot;eclipseStream&quot;,&quot;value&quot;:&quot;${eclipseStream}&quot;}" />
- <property
- name="JSON_EBUILDER_HASH"
- value="{&quot;name&quot;:&quot;EBUILDER_HASH&quot;,&quot;value&quot;:&quot;${EBUILDER_HASH}&quot;}" />
-
+
<property
name="json"
value="{&quot;parameter&quot;:[${JSON_buildId},${JSON_eclipseStream},${JSON_EBUILDER_HASH}]}" />
@@ -234,7 +222,7 @@
outputproperty="unitOutput"
errorproperty="unitErrorOutput">
<arg line="-X GET" />
- <arg value="${env.HUDSON_PROTOCOL}://${env.HUDSON_HOST}:${env.HUDSON_PORT}/${env.HUDSON_WIN32_ROOT_URI}/job/${job}/buildWithParameters?token=${env.HUDSON_TOKEN}&amp;buildId=${buildId}&amp;eclipseStream=${eclipseStream}&amp;EBUILDER_HASH=${EBUILDER_HASH}" />
+ <arg value="${env.HUDSON_PROTOCOL}://${env.HUDSON_HOST}:${env.HUDSON_PORT}/${env.HUDSON_WIN32_ROOT_URI}/job/${job}/buildWithParameters?token=${env.HUDSON_TOKEN}&amp;buildId=${buildId}" />
<arg value="--fail" />
</exec>
<echo message="DEBUG: rcUnit: ${rcUnit}" />

Back to the top