From 60d16fe5731ffe606a2c46eee811025548beadc2 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 9 Apr 2019 08:55:58 +0200 Subject: [PATCH] CSIT: csit-trending-daily-master - fix the email body Change-Id: I97b93b0784c6c9b370d5258a9377b75ccae6331f Signed-off-by: Tibor Frank --- jjb/csit/csit.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 52a21f069..9998dca24 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -808,8 +808,6 @@ 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: '' @@ -819,7 +817,7 @@ body: | Following tests failed in the last trending job runs, listed per testbed type. - $EMAIL_BODY + ${{FILE,path="**/build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-failed-tests.txt"}} always: true failure: false -- 2.16.6