eclair_diff_report.py: Link to Jenkins build in "no changes" report too
So people looking at Gerrit comment knew where it comes from.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I62ff881dd80e4080efbae270be1580b384b342a3
diff --git a/eclair/eclair_diff_report.py b/eclair/eclair_diff_report.py
index c215242..ef3c208 100755
--- a/eclair/eclair_diff_report.py
+++ b/eclair/eclair_diff_report.py
@@ -44,9 +44,10 @@
files = sorted(glob.glob(path + "/*.etr"))
#print(files)
-EMPTY_REPORT_HEADER = """\
+EMPTY_REPORT_HEADER = Template("""\
No new MISRA issues detected, good work!
-"""
+${BUILD_URL}artifact/
+""").safe_substitute(os.environ)
NONEMPTY_REPORT_HEADER = Template("""\
MISRA delta report: ${BUILD_URL}artifact/