문제

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

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top