On Tue, Oct 21, 2008 at 9:49 PM, Ben Greenberg <
[EMAIL PROTECTED]> wrote:

> I am wondering if there is a way to have more than one build possibility
> for a single code base without having to set up a second project.  The
> manual hints at this with the "MyProject.Quick" and "MyProject.BigBertha"
> examples when showing how to use case project.name, but the only way I
> have gotten this to work is to set up a separate project using the same
> source repo.
>

First, I would ask why you don't want to set up a second project?  That's
definitely the easiest way.

If you want to use the same project, you could switch on some other variable
besides project name (time of day, day of week, phase of the moon).
However, that would be kind of wierd, from the standpoint of having a
consistent build.  The specific downside is if a build is green then goes
red, you don't know if something broke in your smaller suite, or if
something broke in your bigger suite - at least not without looking at the
build output.

-- Chad
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to