|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Ah that did it!
00:52:58.856 Checking for post-build
00:52:58.856 Performing post-build step
00:52:58.856 Checking if email needs to be generated
00:52:58.856 Email was triggered for: Success
00:52:58.856 Sending email for trigger: Success
00:52:58.856 NOT overriding default server settings, using Mailer to create session
00:52:58.950 messageContentType = text/plain; charset=UTF-8
00:52:58.953 Request made to attach build log
00:52:58.964 Adding recipients from recipient list
00:52:58.969 Successfully created MimeMessage
00:52:58.969 Sending email to: [email protected]
00:52:59.341 Error sending to the following VALID addresses: [email protected]
00:52:59.341 SendFailedException message: 552 4.3.1 Message size exceeds fixed maximum message size
00:52:59.341
00:52:59.342 Finished: SUCCESS
It appears my build log it too large to email (it runs in at about 5mb). I'll have to work out a way to write it to disk and compress it before trying to attach it. Thanks Alex, you've been super helpful!