Question

If there is a way to start a particular Cruise Control project build on a http:\a.b.com\ccnet server programmatically? From C# program or command line

Was it helpful?

Solution

Take a look at the CCCmd command line tool:

CruiseControl.Net Command-Line Utility
Provides command-line access to a CruiseControl.Net server

CCCmd <command> [options]

command: one of the following actions
  help:         display this help screen
  retrieve:     retrieve details on a project or server
  forcebuild:   forces a build on a project
  abortbuild:   aborts a build on a project
  startproject: starts a project integrator
  stopproject:  stops a project integrator
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top