Skip to content

Commit 67a4cb2

Browse files
committed
[I/Y-Build] Fix build of launcher bundles for Equinox build website
And reduce number of variables. The native launcher bundle build was broken in #3554
1 parent 503e01f commit 67a4cb2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,14 +537,12 @@ pipeline {
537537
-application org.eclipse.ant.core.antRunner \
538538
-buildfile ${ECLIPSE_BUILDER_DIR}/equinox/buildConfigs/equinox-launchers/build.xml \
539539
-data $CJE_ROOT/$TMP_DIR/workspace-publishEquinox \
540-
-DbuildDir=$BUILD_ID \
541540
-DbuildId=$BUILD_ID \
542541
-DbuildRepo=$PLATFORM_REPO_DIR \
543542
-DequinoxPostingDirectory=${EQUINOX_DROP_DIR} \
544543
-Dequinox.build.configs=$ECLIPSE_BUILDER_DIR/equinox/buildConfigs \
545544
-Djava.io.tmpdir=$CJE_ROOT/$TMP_DIR \
546-
-v \
547-
publish
545+
-v
548546
popd
549547

550548
pushd ${EQUINOX_DROP_DIR}/${BUILD_ID}

eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<target name="compress">
6060
<!-- set the target based on which OS we are running on since there
6161
is a difference between unzip and untar/gunzip -->
62-
<property name="archiveFullPath" value="${equinoxPostingDirectory}/${buildDir}/${archiveName}" />
62+
<property name="archiveFullPath" value="${equinoxPostingDirectory}/${buildId}/${archiveName}" />
6363
<condition property="compress.target" value="compress-zip">
6464
<contains string="${archiveName}" substring=".zip" />
6565
</condition>

0 commit comments

Comments
 (0)