Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BC552200D48 for ; Wed, 29 Nov 2017 12:15:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BAC48160C04; Wed, 29 Nov 2017 11:15:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 33C5E160BF6 for ; Wed, 29 Nov 2017 12:15:35 +0100 (CET) Received: (qmail 20142 invoked by uid 500); 29 Nov 2017 11:15:34 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 20133 invoked by uid 99); 29 Nov 2017 11:15:34 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2017 11:15:34 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4932F855F8; Wed, 29 Nov 2017 11:15:33 +0000 (UTC) Date: Wed, 29 Nov 2017 11:15:33 +0000 To: "commits@maven.apache.org" Subject: [maven-jenkins-env] branch master updated: Formatting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151195413303.12327.6714971553525594752@gitbox.apache.org> From: stephenc@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-jenkins-env X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1b41abc2ec87391f3a2914a517199a1bb812c5f7 X-Git-Newrev: 3e0063c42118e0b2672e04d0c6b709259febbd1d X-Git-Rev: 3e0063c42118e0b2672e04d0c6b709259febbd1d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 29 Nov 2017 11:15:35 -0000 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 3e0063c Formatting 3e0063c is described below commit 3e0063c42118e0b2672e04d0c6b709259febbd1d Author: Stephen Connolly AuthorDate: Wed Nov 29 11:15:27 2017 +0000 Formatting --- vars/jenkinsNotify.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vars/jenkinsNotify.groovy b/vars/jenkinsNotify.groovy index a3322c7..c9d27eb 100644 --- a/vars/jenkinsNotify.groovy +++ b/vars/jenkinsNotify.groovy @@ -65,8 +65,9 @@ def call(Map params = [:]) { messageBody = messageBody + "\n* ${change.msg.trim().replaceAll('\n','\n ')}" } } + messageBody = messageBody + "\n" } - messageBody = messageBody + '\n\n${FAILED_TESTS}\n' + messageTail + messageBody = messageBody + '\n${FAILED_TESTS}\n' + messageTail // send the mail if (sendMail) { emailext body: messageBody, recipientProviders: providers, replyTo: 'dev@maven.apache.org', subject: messageSubject, to: 'notifications@maven.apache.org' -- To stop receiving notification emails like this one, please contact ['"commits@maven.apache.org" '].