Cruise Control .NET configuration : can a project launch another project?
Let's say I have defined n projects and I want to have a last 开发者_如何学Cone to launch, in a defined order, the n first ones.
Is it possible ?
Nevermind, the CC.NET website was down, but it's up now and I found the answer :
http://ccnet.sourceforge.net/CCNET/ForceBuildPublisher.html
<publishers>
<forcebuild>
<project>AcceptanceTestProject</project>
<serverUri>tcp://buildserver2:21234/CruiseManager.rem</serverUri>
</forcebuild>
</publishers>
精彩评论