From: Tibor Frank Date: Tue, 18 Sep 2018 08:47:56 +0000 (+0200) Subject: CSIT-1287: Configure Jenkins to send email X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=6e94398cddd9a2603fbfacfdfa46030bc22a7d16;p=ci-management.git CSIT-1287: Configure Jenkins to send email Change-Id: Id584857759793df3c34e111fc5d73f382fbc48b6 Signed-off-by: Tibor Frank --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 013b37303..f0554f534 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -699,6 +699,21 @@ !include-raw-escape: include-raw-csit-cpta.sh publishers: + - email-ext: + recipients: 'tifrank@cisco.com, csit-report@lists.fd.io' + reply-to: '' + content-type: 'text' + subject: 'FD.io CSIT Trending Alert: Build # $BUILD_NUMBER' + attachments: '_build/_static/vpp/failed-tests.tar.gz' + body: | + FD.io CSIT Trending Alert - failed tests + + $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS + + See attachment for the list of the failed tests. + + always: true + - fdio-infra-shiplogs: maven-version: 'mvn33-new'