diff options
author | 2018-10-16 12:13:01 -0700 | |
---|---|---|
committer | 2018-10-16 12:13:01 -0700 | |
commit | 694f0b59b7d2ab257b65ce7ba1a899386e7f3257 (patch) | |
tree | 56fe67854409bb12a36b21fb4bf468dd8bc5f0f0 /jjb | |
parent | 21ac893f606f196626890d9efedb18ae5913dc9b (diff) |
Use Email Integration address
Rather than sending the csit-trending-daily-master email directly to
the list, which comes with regular user restrictions that cause
problems with a donotreply address, we are using a special
receive-only address.
Change-Id: Ibfa1216535a8a9ceb78c8458dd66748d208df865
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 551b052ed..17aeb7497 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -769,7 +769,8 @@ publishers: - email-ext: - recipients: 'tifrank@cisco.com, csit-report@lists.fd.io' + # yamllint disable-line rule:line-length + recipients: 'tifrank@cisco.com, csit-report+int+616+181919729795594561@lists.fd.io' reply-to: '' content-type: 'text' subject: 'FD.io CSIT Trending Alert: Build # $BUILD_NUMBER' |