File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments