I have a test-report file that resides in bamboo-artifact
once the job is successfully executed. I want to email that report or file after successful execution. Is there any method I can include that file within a mail?
Asked
Active
Viewed 500 times
1

Ailurophile
- 2,552
- 7
- 21
- 46

Priyanka Bhadange
- 23
- 3
1 Answers
0
Adding artifacts in build notification mails is not possible in Bamboo.
So, You can either add this functionality (SMTP mail) in your code that will zip & mail the file
OR
You can customize the bamboo build notification by adding extra info By Customizing the notification following this Working with Freemarker

ASHWIN NAYAK
- 16
- 4