Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-01-24 08:10:58 +0000
committerNiraj Modi2019-01-24 08:10:58 +0000
commitfaef4d0664f5f92247cbb30df5bb46a107517e7a (patch)
tree47501f1e7ee64e3a6f099675b97d068aae0dde67 /production
parent7e59e96caf6ac249c3af453abb615ad57d88a8f3 (diff)
downloadeclipse.platform.releng.aggregator-faef4d0664f5f92247cbb30df5bb46a107517e7a.tar.gz
eclipse.platform.releng.aggregator-faef4d0664f5f92247cbb30df5bb46a107517e7a.tar.xz
eclipse.platform.releng.aggregator-faef4d0664f5f92247cbb30df5bb46a107517e7a.zip
Bug 543421 - Results e-mail for GTK+ 3 Java 8 does not mention Java 8
Change-Id: If7826f55ccfb4373f0e8d32051720b72fe88b9e0 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/invokeTestsJSON.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml
index a4061a390..1ce3ce6f7 100644
--- a/production/testScripts/invokeTestsJSON.xml
+++ b/production/testScripts/invokeTestsJSON.xml
@@ -70,7 +70,7 @@
<antcall target="triggerHudsonTests">
<param
name="job"
- value="ep${eclipseStreamMajor}${eclipseStreamMinor}${buildType}-unit-cen64-gtk3" />
+ value="ep${eclipseStreamMajor}${eclipseStreamMinor}${buildType}-unit-cen64-gtk3-java8" />
</antcall>
<antcall target="triggerHudsonTests">

Back to the top