Elliotte Rusty Harold created MNG-7863:
------------------------------------------
Summary: 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
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)