Skip to content

Commit f3f595b

Browse files
committed
Supply testManifest file name directly
Should fix annoying and big "Releng: Missing testManifest.xml Files" section on downloads page.
1 parent 0cae67c commit f3f595b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

JenkinsJobs/Releng/collectResults.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ eclipse/eclipse -nosplash \\
5858
#get requisite tools
5959
wget -O collectTestResults.xml https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/cje-production/scripts/collectTestResults.xml
6060
wget -O publish.xml https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/cje-production/scripts/publish.xml
61+
wget -O testManifest.xml https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
6162
6263
#triggering ant runner
6364
devworkspace=${WORKSPACE}/workspace-antRunner
@@ -76,7 +77,7 @@ eclipse/eclipse -nosplash -consolelog -debug -data $devworkspace -application or
7677
-DbuildID=${buildID} \\
7778
-DeclipseStream=${STREAM} \\
7879
"-DtestsConfigExpected=${TEST_CONFIGURATIONS_EXPECTED}" \\
79-
-DEBuilderDir=${workspace}
80+
-DmanifestFile=testManifest.xml
8081
8182
rsync -avzh postingDir/${buildID} [email protected]:${dropsPath}
8283

0 commit comments

Comments
 (0)