diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-09-19 10:58:00 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-09-19 10:58:00 +0200 |
commit | 453587e7e041cc73860fbd3bbe8650a802fa9827 (patch) | |
tree | 93459905521aee580b7140e7763b427ccf2e637e /jjb | |
parent | 6e94398cddd9a2603fbfacfdfa46030bc22a7d16 (diff) |
CSIT-1287: Configure Jenkins to send email
Change-Id: I0fce6dffd9c67a7a8f399b0e83140b195261cbe4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 f0554f534..058af8a44 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -704,7 +704,7 @@ reply-to: '' content-type: 'text' subject: 'FD.io CSIT Trending Alert: Build # $BUILD_NUMBER' - attachments: '_build/_static/vpp/failed-tests.tar.gz' + attachments: '/w/workspace/csit-trending-daily-master/resources/tools/presentation/_build/_static/vpp/failed-tests.tar.gz' body: | FD.io CSIT Trending Alert - failed tests @@ -713,6 +713,7 @@ See attachment for the list of the failed tests. always: true + failure: false - fdio-infra-shiplogs: maven-version: 'mvn33-new' |