File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ pipeline {
294294 sh '''#!/bin/bash -xe
295295 set -o pipefail
296296 source $CJE_ROOT/buildproperties.shsource
297+ mkdir -p $CJE_ROOT/$DROP_DIR/$BUILD_ID
297298 cp $CJE_ROOT/buildproperties.* $CJE_ROOT/$DROP_DIR/$BUILD_ID
298299 ./mb300_gatherEclipseParts.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb300_gatherEclipseParts.sh.log
299300 '''
@@ -348,6 +349,7 @@ pipeline {
348349 sh '''#!/bin/bash -xe
349350 set -o pipefail
350351 source $CJE_ROOT/buildproperties.shsource
352+ mkdir -p $CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID
351353 cp $CJE_ROOT/buildproperties.* $CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID
352354 ./mb310_gatherEquinoxParts.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb310_gatherEquinoxParts.sh.log
353355 '''
Original file line number Diff line number Diff line change 2222source $CJE_ROOT /scripts/common-functions.shsource
2323source $1
2424
25- mkdir -p $CJE_ROOT /$DROP_DIR /$BUILD_ID
26- mkdir -p $CJE_ROOT /$EQUINOX_DROP_DIR /$BUILD_ID
2725mkdir -p $CJE_ROOT /$DROP_DIR /$BUILD_ID /testresults/consolelogs
2826
2927JavaCMD=${JAVA_HOME} /bin/java
3028
31- # gather maven properties
32- cp $CJE_ROOT /$AGG_DIR /eclipse-platform-parent/target/mavenproperties.properties $CJE_ROOT /$DROP_DIR /$BUILD_ID /mavenproperties.properties
33-
3429# gather repo
3530REPO_ZIP=$PLATFORM_TARGET_DIR /eclipse.platform.repository-${STREAMMajor} .${STREAMMinor} .${STREAMService} -SNAPSHOT.zip
3631
109104 -DbuildRepo=$PLATFORM_REPO_DIR \
110105 -DbuildDirectory=$CJE_ROOT /$DROP_DIR /$BUILD_ID \
111106 -DpostingDirectory=$CJE_ROOT /$DROP_DIR \
112- -DequinoxPostingDirectory=$CJE_ROOT /$EQUINOX_DROP_DIR \
113107 -Djava.io.tmpdir=$CJE_ROOT /$TMP_DIR \
114108 -v
115109 popd
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ REPO_DIR=$ECLIPSE_BUILDER_DIR/equinox.starterkit.product/target/products
2828
2929if [ -d $REPO_DIR ]; then
3030 pushd $REPO_DIR
31- mkdir -p $CJE_ROOT /$EQUINOX_DROP_DIR /$BUILD_ID
3231 cp org.eclipse.rt.osgistarterkit.product-linux.gtk.x86_64.tar.gz $CJE_ROOT /$EQUINOX_DROP_DIR /$BUILD_ID /EclipseRT-OSGi-StarterKit-$BUILD_ID -linux-gtk-x86_64.tar.gz
3332 cp org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86_64.tar.gz $CJE_ROOT /$EQUINOX_DROP_DIR /$BUILD_ID /EclipseRT-OSGi-StarterKit-$BUILD_ID -macosx-cocoa-x86_64.tar.gz
3433 cp org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86_64.dmg $CJE_ROOT /$EQUINOX_DROP_DIR /$BUILD_ID /EclipseRT-OSGi-StarterKit-$BUILD_ID -macosx-cocoa-x86_64.dmg
You can’t perform that action at this time.
0 commit comments