Runs actions, if configured, in branch plans as well as master plans#10
Runs actions, if configured, in branch plans as well as master plans#10alindeman wants to merge 1 commit intoHackAttack:masterfrom
Conversation
|
I don't understand the intent here…the plugin already works on branch builds (in fact that's its main use case). Can you elaborate? |
|
It doesn't seem to be sending statuses for branch plans for me. This is supposed to work out of the box? |
|
Yes. You have plan branches enabled? |
|
Yah, I did a bit more research and determined the bug only occurs if the configuration for Created a linked repository "test" pointing at https://github.com/alindeman/test with a default branch of master: Set the "test" repository as the default repository for a build plan: Enabled the repository for sending statuses: Ran the plan on master. The status is sent successfully: Created a branch plan for the patch1 branch: No status is sent 😢 Note that the master branch plan key is When I debug the run of the branch build ( Does this make sense? It appears that when a branch plan is created, a new If I do all these steps, but skip the part about navigating to the Miscellaneous tab, checking the test repository, and saving the configuration, statuses for the branches are sent successfully. In that case, |
|
Thanks a lot for this detailed report! I've never been confident about how the configuration works. Will have to look into this. |





As part of these changes, I switched to using
CachedPlanManager, which is recommended for performance if only immutable versions of plans are required.Feedback welcomed!