[
https://issues.apache.org/jira/browse/MNG-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17760878#comment-17760878
]
Elliotte Rusty Harold commented on MNG-7863:
--------------------------------------------
Interesting. I had no idea anyone would actually want this. Regardless though,
an Apache build system should not be hard-coding individual email addresses
that change over time. There are more secure, maintainable ways to be notified
of CI results if one cares. #1218 shouldn't have been merged without changes.
> Don't spam rishi
> ----------------
>
> Key: MNG-7863
> URL: https://issues.apache.org/jira/browse/MNG-7863
> Project: Maven
> Issue Type: Bug
> Reporter: Elliotte Rusty Harold
> Assignee: Elliotte Rusty Harold
> Priority: Minor
>
> There's some copy pasta in Jenkinsfile.s390x at notify_s390x that hardcodes
> an IBM Canada email to send failing results to
> https://github.com/apache/maven/blob/c08b22126406b8e3b048cee9147e653ee8f32b74/Jenkinsfile.s390x#L235
> ```
> if (sendMail) {
> messageBody = messageBody + '\n${FAILED_TESTS}\n' + messageTail
> println("Sending email ...")
> emailext body: messageBody, replyTo: '[email protected]', subject:
> messageSubject, to: '[email protected]'
> }
> ```
> Fix this or turn off the S390 builds
--
This message was sent by Atlassian Jira
(v8.20.10#820010)