Send notification from task in some cases

Bogdan July 21, 2015

Hello

I use bamboo for building iOS project.

Currently I have script in a task which runs test cases from my app. If tests fail I want to send email notification about failure. How can I do that?

if [SomeCondiction]; then
echo "** TEST FAILED **"
else
echo "** TEST SUCCESFULL **"
fi

What should I do to send email notification in case of failure? I read notification manual and could not find any correct notification which performs such kind of actions. I do not want to fail a job in this case as build can be fine, just tests failed. How can I do that? 

Thanks in advance

1 answer

1 accepted

0 votes
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 21, 2015

Hello Bogdan,

There is no such type of built-in notification in Bamboo.

It's possible to create your own notification as Bamboo plugin, you can start from children of com.atlassian.bamboo.notification.AbstractNotificationType class to see samples

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events