Can I specify which VCS module or adaptor is used by a Luntbuild buiulder or schedule?

Posted by pkaeding on Stack Overflow See other posts from Stack Overflow or by pkaeding
Published on 2009-07-10T16:20:18Z Indexed on 2010/05/11 18:44 UTC
Read the original article Hit count: 304

I have luntbuild set up and working great for my project, with several different builder schedules running on trunk. Now, I just created a branch, and I want to add at least one schedule (and corresponding builder, if necessary) to build that branch (I want the branch built separately from trunk).

Is this possible? Some others in my company have just created separate projects in Luntbuild for their branches, but I feel like that might not be the ideal solution.

So, to reiterate, I want to build this branch continuously. If I just add a second module to the current setup, it tries to build both trunk and the branch together. I want them build separately.

Thanks for any insight!

EDIT: The bounty is about to end, and still no answers. I have worked around the original problem by creating a new project in LB, but I feel like there must be a better way.

© Stack Overflow or respective owner

Related posts about luntbuild

Related posts about continuous-integration