CruiseControl.NET : ForceBuildPublisher
This page last changed on May 19, 2005 by orogers.
The ForceBuildPublisher is used to force a build on a local or remote build server. It uses .NET Remoting to invoke a forced build on the CruiseControl.NET server at the specified URI. The ForceBuildPublisher is a great way to help split the build. Configuration Example<publishers> <forcebuild> <project>AcceptanceTestProject</project> <serverUri>tcp://buildserver2:21234/CruiseManager.rem</serverUri> </forcebuild> </publishers> Configuration Elements:
|
Document generated by Confluence on Jun 26, 2005 17:22 |