diff options
-rw-r--r-- | jjb/csit/csit.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 83ca7c0c3..a2a3efd38 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -809,6 +809,8 @@ publishers: - email-ext: # yamllint disable-line rule:line-length + presend-script: "EMAIL_BODY = sh script: 'cat **/build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-failed-tests.txt, returnStdout: true" + # yamllint disable-line rule:line-length recipients: 'tifrank@cisco.com, csit-report+int+616+181919729795594561@lists.fd.io' reply-to: '' content-type: 'text' @@ -817,7 +819,7 @@ body: | Following tests failed in the last trending job runs, listed per testbed type. - $FILE,path="**/build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-failed-tests.txt" + $EMAIL_BODY always: true failure: false |