Hi guys,
I am currently writing an event handler in ScriptRunner for Bamboo which is supposed to listed for completely finished builds. Currently I use PostBuildCompletedEvent but this event is also thrown when one of the stages contained in the plan finished. However I am only interested in the overall build result of the plan. How can I achieve this?
Turns out that the ChainCompletedEvent is the right one to use. Took a while to figure out when you are looking for something like PlanCompletedEvent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.