Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-06-29 13:59:41 +0000
committerSravan Kumar Lakkimsetti2020-06-29 14:03:00 +0000
commit5ca2b0b978948fdc0f1d5e6e54dc5f692abd8598 (patch)
tree85c83f1b94192626886d507d8e5c7b900b6e66d3 /cje-production
parent6969a2751d63f08bf5e35bd774b454cc963edfd2 (diff)
downloadeclipse.platform.releng.aggregator-5ca2b0b978948fdc0f1d5e6e54dc5f692abd8598.tar.gz
eclipse.platform.releng.aggregator-5ca2b0b978948fdc0f1d5e6e54dc5f692abd8598.tar.xz
eclipse.platform.releng.aggregator-5ca2b0b978948fdc0f1d5e6e54dc5f692abd8598.zip
Bug 562087 - [JIRO] Unanticipated comparator must be notified on platform-relengY20200629-1000
Change-Id: Iebacf111c2e56d3f4e61383a6eed9a7dcbda14f5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index f7fbcf6e7..7d51d4f80 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -262,11 +262,11 @@ fi
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 "\"- 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>\""
else
echo -e "DEBUG: comparator logSize of $logSize was not greater than comparatorLogMinimumSize of ${comparatorLogMinimumSize}"
- fn-write-property COMPARATOR_ERRORS " "
- fn-write-property COMPARATOR_ERRORS_BODY " "
+ fn-write-property COMPARATOR_ERRORS "\" \""
+ fn-write-property COMPARATOR_ERRORS_BODY "\" \""
fi

Back to the top