Fix the email report script 90/21690/1
authorbuild.automotivelinux.org <jenkins@automotivelinux.org>
Thu, 20 Jun 2019 12:59:27 +0000 (14:59 +0200)
committerbuild.automotivelinux.org <jenkins@automotivelinux.org>
Thu, 20 Jun 2019 12:59:27 +0000 (14:59 +0200)
commit75b660105ba855baa4e14ae9d1dff91ac36aa87d
treed23f9b0330773be12df858a6ecbc4a3a0b5eedd5
parente7e5abe204b4bb2808945bf6f7de7c09eb002016
Fix the email report script

We run under set -e . Any non-zero return value will instantly stop execution.
We cannot check for '0'. Please keep that in mind.

Also fix the location of the ci artifacts.

Bug-AGL: SPEC-2177
Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
Change-Id: Ib72ff3b13b3765f18dbce8a966c9e92a6a8ebb6b
jjb/common/include-agl-send-email-report.sh