This is an automated email from the ASF dual-hosted git repository.

stephenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b41abc  formatting
1b41abc is described below

commit 1b41abc2ec87391f3a2914a517199a1bb812c5f7
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
AuthorDate: Wed Nov 29 11:07:12 2017 +0000

    formatting
---
 vars/jenkinsNotify.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/jenkinsNotify.groovy b/vars/jenkinsNotify.groovy
index 10238b6..a3322c7 100644
--- a/vars/jenkinsNotify.groovy
+++ b/vars/jenkinsNotify.groovy
@@ -66,7 +66,7 @@ def call(Map params = [:]) {
             }
         }
     }
-    messageBody = messageBody + '\n${FAILED_TESTS}\n' + messageTail
+    messageBody = messageBody + '\n\n${FAILED_TESTS}\n' + messageTail
     // send the mail
     if (sendMail) {
         emailext body: messageBody, recipientProviders: providers, replyTo: 
'd...@maven.apache.org', subject: messageSubject, to: 
'notificati...@maven.apache.org'

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <commits@maven.apache.org>'].

Reply via email to