I think you would want to use a ProjectTrigger for this situation. Use the project trigger on your dependent project pointing to the project it is dependent on.
BOb On Jul 23, 12:31 pm, mlleborgne <[email protected]> wrote: > Hi > > I would like to build a project before building another one (multiple > dependant projects). > I'm using the Prebuild section, and I have added a ForceBuildPublisher > task in this section in order to follow correctly the build with the > dashboard. > > But the ForceBuild is never called in the Prebuild section. > > Project1 > Project2 (first build Project1, then Project2) > Project3 (first build Project2, then Project3) > > So, if I want to build Project3, the Project1 is built first, then > Project2, and then Project3. > > The Prebuild section was the ideal solution. Perhaps, I have forgotten > a parameter. > If this option doesn't work, how can I do to build my dependant > projects ?? > > Thanks for your help. > Marie-Laure
