Let's say I have a project Foo configured with Git VCS root having default branch feature/foo
. I'd like to have a snapshot dependency on a project Bar that is unit testing every feature branch on the same repo as Foo (ie, the VCS root for Bar has no default branch and is instead watching feature/*
).
What I see happening is that Foo can only trigger builds on Bar's <default>
branch. Can I change it so that Bar gets triggered for the right branch?