Merge "Use Email Integration address"
[ci-management.git] / jjb / csit / csit.yaml
index 551b052..19bcce1 100644 (file)
@@ -14,7 +14,7 @@
 ---
 - project:
     name: csit
-    description: 'CSIT jenkins jobs.'
+    description: 'CSIT Jenkins jobs.'
     os:
       - 'ubuntu1604'
       - 'centos7'
 
     publishers:
       - archive-artifacts:
-          artifacts: 'report.html, log.html, output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report:
 
     publishers:
       - archive-artifacts:
-          artifacts: 'report.html, log.html, output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report:
 
     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'
 
     publishers:
       - archive-artifacts:
-          artifacts: 'report.html, log.html, output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report: