Hi Scott,

> - I want to schedule a build to run @ midnight to do the same build as
> the continuous build and publish the installer.

I guess the schedule trigger [1] is what you are looking for, but also
see the filter trigger [2] and maybe even the multiple trigger [3].

> Can I share tasks between the two projects? Or maybe have the nightly
> build call the continuous build (except override the interval).

You can share "blocks of code" between projects using the configuration
preprocessor [4]. To force a build on a project from another project
there are two ways: the project trigger [5] and the force build
publisher [6].

I hope this helps to get your system working...

regards,

Daniel


[1]
http://confluence.public.thoughtworks.org/display/CCNET/Schedule+Trigger
[2]
http://confluence.public.thoughtworks.org/display/CCNET/Filter+Trigger
[3]
http://confluence.public.thoughtworks.org/display/CCNET/Multiple+Trigger
[4]
http://confluence.public.thoughtworks.org/display/CCNET/Configuration+Preprocessor
[5]
http://confluence.public.thoughtworks.org/display/CCNET/Project+Trigger
[6]
http://confluence.public.thoughtworks.org/display/CCNET/ForceBuildPublisher

Reply via email to