Xcode Continuous Integration - Build Any / All Branches

Currently, when creating a bot, you must specify a specific branch to build. Is there a way to create a bot that creates all branches or branch names matching the pattern?

Note: this is a cross reference from the Apple Dev forum .

+4
source share
1 answer

No no. You need to configure several bots, each of which has a different branch. See WWDC 2013 412 Best Practices Session (slide 137) for a new bot per branch.

+2
source

All Articles