You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/04/05 02:24:41 UTC

[logging-log4j2] 02/04: Remove unnecessary reply-to

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit c69fd7042606d94e08b41bd9852fd1cb32e25d34
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Apr 4 19:15:50 2020 -0500

    Remove unnecessary reply-to
    
    There already seems to be a reply-to added somewhere.
---
 Jenkinsfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a6193aa..53bc6ef 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -72,7 +72,6 @@ pipeline {
                 color: 'good',
                 message: ":beer_parrot: Build back to normal: ${env.BUILD_URL}"
             mail to: 'notifications@logging.apache.org',
-                replyTo: 'dev@logging.apache.org',
                 subject: "Jenkins build of ${env.JOB_NAME} (${env.BUILD_NUMBER}) back to normal",
                 body: "See ${env.BUILD_URL} for more details."
         }
@@ -81,7 +80,6 @@ pipeline {
                 color: 'danger',
                 message: ":doh: Build failed: ${env.BUILD_URL}"
             mail to: 'notifications@logging.apache.org',
-                replyTo: 'dev@logging.apache.org',
                 subject: "Build failure in Jenkins build of ${env.JOB_NAME} (${env.BUILD_NUMBER})",
                 body: """
 There is a build failure in ${env.JOB_NAME}.
@@ -89,6 +87,9 @@ There is a build failure in ${env.JOB_NAME}.
 Build: ${env.BUILD_URL}
 Logs: ${env.BUILD_URL}console
 Changes: ${env.BUILD_URL}changes
+
+--
+Mr. Jenkins
 """
         }
         unstable {