0
如果有一種方法可以通過編程方式在http:\ a.b.com \ ccnet服務器上啓動特定的Cruise Control項目構建?從C#程序或命令行從C#應用程序或命令行強制CCNet項目構建
如果有一種方法可以通過編程方式在http:\ a.b.com \ ccnet服務器上啓動特定的Cruise Control項目構建?從C#程序或命令行從C#應用程序或命令行強制CCNet項目構建
看看在CCCmd命令行工具:
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
作品!這裏的命令行參數: cccmd ForceBuild --server:tcp://127.0.0.1/ccnet --project:MyProject –