I have a brand new Bamboo set up that is successfully running my test suite against trunk, polling for changes every 30 seconds.
We usually run at least 2 or 3 different "active" branches in this system and I'd like Bamboo to be able to monitor / listen for changes on the entire repository, but pass in a "$branch" variable or somesuch to my plan to check out (or switch) & run the test suite against that branch.
Is this possible? If so, how can I do it? If not, do you do something similar and can provide a "close enough" solution?