-
Bug
-
Resolution: Incomplete
-
Blocker
-
None
I have Cucumber Based Project & at the end Build Run target folder gets created. I am converting that folder in zip format like attached here. & trying to send using Email Extension Plugin. But it is not getting sent. If I remove the zip file then properly build log is getting sent. Please let me know where I am going wrong. I am converting target folder using Windows batch command as jar -cMf Reports.zip target/cucumber-html-reports/
How are you configuring the email ext plugin in your job? Usually if you get the message you highlighted it means the mailserver rejected the email. Please see if you can check the logs for the SMTP server you are using. You can also try enabling debug mode for email-ext in the Global Configuration for Jenkins and see if more information is logged.