Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-06-29 16:08:37 +0000
committerSravan Kumar Lakkimsetti2020-06-29 16:08:57 +0000
commit56bed68d8f9eee147951738d3faba5e8c40bd6ac (patch)
tree978b7d9287b05ce2337fe1b399e2e3393075c9cd /cje-production
parent5ca2b0b978948fdc0f1d5e6e54dc5f692abd8598 (diff)
downloadeclipse.platform.releng.aggregator-56bed68d8f9eee147951738d3faba5e8c40bd6ac.tar.gz
eclipse.platform.releng.aggregator-56bed68d8f9eee147951738d3faba5e8c40bd6ac.tar.xz
eclipse.platform.releng.aggregator-56bed68d8f9eee147951738d3faba5e8c40bd6ac.zip
Bug 562087 - [JIRO] Unanticipated comparator must be notified on platform-releng
Change-Id: I73e4fafc27fce553d989121f5d2dd26c55c59be2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index 7d51d4f80..223d29f81 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -263,7 +263,7 @@ if [[ $logSize -gt ${comparatorLogMinimumSize} ]]
then
echo -e "DEBUG: found logsize greater an minimum. preparing message using ${link}"
fn-write-property COMPARATOR_ERRORS "\"- Comparator Errors Found\""
- fn-write-property COMPARATOR_ERRORS_BODY "\"Check unanticipated comparator messages:<br> http://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt<br><br>\""
+ fn-write-property COMPARATOR_ERRORS_BODY "\"Check unanticipated comparator messages:<br> https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt<br><br>\""
else
echo -e "DEBUG: comparator logSize of $logSize was not greater than comparatorLogMinimumSize of ${comparatorLogMinimumSize}"
fn-write-property COMPARATOR_ERRORS "\" \""

Back to the top