[
https://issues.apache.org/jira/browse/MNG-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17760921#comment-17760921
]
ASF GitHub Bot commented on MNG-7863:
-------------------------------------
kun-lu20 commented on PR #1218:
URL: https://github.com/apache/maven/pull/1218#issuecomment-1701007745
Thanks @olamy !
Yes, we did this on purpose, so that our team (Linux on IBM Z Open Source
Team) can get notified of the pipeline status in time.
> 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)