Merge "Use Email Integration address"
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 17 Oct 2018 19:38:07 +0000 (19:38 +0000)
committerGerrit Code Review <gerrit@fd.io>
Wed, 17 Oct 2018 19:38:07 +0000 (19:38 +0000)
1  2 
jjb/csit/csit.yaml

diff --combined jjb/csit/csit.yaml
@@@ -14,7 -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: