[ https://issues.apache.org/jira/browse/MNG-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758016#comment-17758016 ]
ASF GitHub Bot commented on MNG-7863: ------------------------------------- elharo merged PR #1218: URL: https://github.com/apache/maven/pull/1218 > 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: 'ri...@ca.ibm.com', subject: > messageSubject, to: 'ri...@ca.ibm.com' > } > ``` > Fix this or turn off the S390 builds -- This message was sent by Atlassian Jira (v8.20.10#820010)