From 664d573799491b58e40f65a1496a81e991858ced Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Fri, 13 Sep 2019 16:37:56 +0200 Subject: [PATCH] Fix cpta script Change-Id: Icd7f658e07a7a2195d54d57b19d6b08b148c30bb Signed-off-by: Vratko Polak --- jjb/csit/include-raw-csit-cpta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/csit/include-raw-csit-cpta.sh b/jjb/csit/include-raw-csit-cpta.sh index d75ba2686..a6c0f74d8 100644 --- a/jjb/csit/include-raw-csit-cpta.sh +++ b/jjb/csit/include-raw-csit-cpta.sh @@ -15,7 +15,7 @@ set -xe -o pipefail # Create a text file with email body in case the build fails: cd "${WORKSPACE}" mkdir -p "${STATIC_VPP_DIR}" -EMAIL_BODY = "ERROR: The build number ${BUILD_NUMBER} of the job ${JOB_NAME} failed. For more information see: ${BUILD_URL}" +EMAIL_BODY="ERROR: The build number ${BUILD_NUMBER} of the job ${JOB_NAME} failed. For more information see: ${BUILD_URL}" echo "${EMAIL_BODY}" > "${STATIC_VPP_DIR}/trending-failed-tests.txt" cd "${DOC_DIR}" -- 2.16.6