Hi,
For performance reasons we would like to divide the parent plan to execute only the most vital steps for a software build.
When it passes, it gets quick feedback to the developer.
Then trigger a deeper analysis plan, as a child plan, providing more statistics and adding on more tests.
Is there a smooth way to notify the trigger (developer making code change) of the parent plan if the child plan fails?
Hi @Henrik Eriksson ,
Perhaps you should considering extending Notifications in Bamboo by https://developer.atlassian.com/server/bamboo/building-a-notification-plugin/
Or making use of https://marketplace.atlassian.com/apps/1217785/scriptrunner-for-bamboo-beta?hosting=server&tab=overview
So you can get Committer(s) or however triggered the parent build sending a notification on child build failure.
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.