CSIT-1287: Configure Jenkins to send email 64/14864/2
authorTibor Frank <tifrank@cisco.com>
Tue, 18 Sep 2018 08:47:56 +0000 (10:47 +0200)
committerTibor Frank <tifrank@cisco.com>
Tue, 18 Sep 2018 10:56:17 +0000 (12:56 +0200)
Change-Id: Id584857759793df3c34e111fc5d73f382fbc48b6
Signed-off-by: Tibor Frank <tifrank@cisco.com>
jjb/csit/csit.yaml

index 013b373..f0554f5 100644 (file)
             !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'