From 6fc746d6c11af1addb3538233315eeff94e108ff Mon Sep 17 00:00:00 2001 From: Jesus de Gregorio Date: Mon, 31 Aug 2020 10:33:14 +0200 Subject: [PATCH] Missing whitespace --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fbdbad8..7e9f0b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,7 +83,7 @@ pipeline { mail to: "${RECIPIENT}", subject: "[3GPP Forge] Validation failed: ${currentBuild.fullDisplayName}", body: "Your contribution to 3GPP Forge was applied successfully; however, " + - "after running the validation process for all the files in the repository," + + "after running the validation process for all the files in the repository, " + "some errors were detected (they may, or may not be related to your own " + "contribution). Please check the 'Console output' at ${env.BUILD_URL}" -- GitLab