Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-04-05 03:40:17 +0000
committerSravan Kumar Lakkimsetti2019-04-05 03:40:17 +0000
commitfd4218e38a7025863617ba3e28228e2daf7c32df (patch)
treee2b477c6b88d0efacb8eb8228494ae0dfdb12a0c
parent86591435c9c07d390178fe681ea12fa45d94d883 (diff)
downloadeclipse.platform.releng.aggregator-fd4218e38a7025863617ba3e28228e2daf7c32df.tar.gz
eclipse.platform.releng.aggregator-fd4218e38a7025863617ba3e28228e2daf7c32df.tar.xz
eclipse.platform.releng.aggregator-fd4218e38a7025863617ba3e28228e2daf7c32df.zip
Bug 546105 - Collect build logs for CJE environment
Change-Id: If7e60e358564c0613d82cc292811bb13c4cd2625 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/master-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/master-build.sh b/cje-production/master-build.sh
index da2827b39..0f088d3c0 100755
--- a/cje-production/master-build.sh
+++ b/cje-production/master-build.sh
@@ -32,5 +32,5 @@ wait
source $CJE_ROOT/buildproperties.shsource
-mv -f $logDir $CJE_ROOT/$DROP_DIR/$BUILD_ID
+cp -r $logDir/* $CJE_ROOT/$DROP_DIR/$BUILD_ID/buildlogs/.
mv $CJE_ROOT/buildproperties.* $CJE_ROOT/$DROP_DIR/$BUILD_ID

Back to the top