Hi

from  the FAQ
Operation flow of CCNet

The exact sequence of operations is:

       1) Wait for the triggers to awaken.
       2) Ask the source control system for a list of the modifications
since the last build.
       3) If any modifications were found or if the triggers said "force the
build":
               3.1) Generate a label for the build.
               3.2) Run the prebuild tasks in the order specified, failing
the build in case of error.
               3.3) Get the source code from the source control system.
               3.4) Run the build tasks in the order specified, failing the
build in case of error.
               3.5) If the repository should be labeled:
                       3.5.1) Let the source control system apply the label.
               3.6) Run the publisher tasks.
       4) Go to 1.
with kind regards
Ruben Willems

On Sat, Mar 14, 2009 at 5:21 AM, Nikhil <[email protected]> wrote:

>
> Wanted to know how would the build flow.
>
> Is it the "Prebuild task-->Source Update-->Build-->publish" or "Source
> update-->prebuild-->build-->publish"?
>
> I want to run some tasks before the source update. was thinking to put
> them in prebuild but just wanted to confirm the flow first.
>
> Regards,
> Nikhil

Reply via email to