From 273a8b500a519fc3830abe9336cc1a111ffddebb Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Tue, 14 Nov 2017 13:28:09 +0530 Subject: lkft: update email notification body This should now send notification with some description about the failure Change-Id: Ia62067aaf5d26dce88a153ba136a96f0eb71b30d Signed-off-by: Vishal Bhoj --- lkft-hikey-aosp-4.4.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lkft-hikey-aosp-4.4.yaml') diff --git a/lkft-hikey-aosp-4.4.yaml b/lkft-hikey-aosp-4.4.yaml index 7d0bccba7e..99ab66ba68 100644 --- a/lkft-hikey-aosp-4.4.yaml +++ b/lkft-hikey-aosp-4.4.yaml @@ -137,3 +137,10 @@ !include-raw: openembedded-lkft/postbuild.groovy - email: recipients: 'lkft-maintainers@lists.linaro.org vishal.bhoj@linaro.org fathi.boudra@linaro.org' + body: | + Build URL: ${PROJECT_URL}${BUILD_NUMBER}/ + Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText + Parsed warnings/errors: ${PROJECT_URL}${BUILD_NUMBER}/parsed_console + + Errors: + ${BUILD_LOG_REGEX, regex="^ERROR:.* ", linesBefore=0, linesAfter=0, showTruncatedLines=false} -- cgit v1.2.3