Is there a command line switch to forcebuild cruisecontrol.net remotely. I am trying to avoid going to cctray and forcebuilding it manually every morning. It seems I have to create custom hook on the CruiseControl server by creating my own custom web service.
|
If you're building every morning, why not set up a schedule trigger instead? UPDATE BASED ON NEW INFORMATION: If your Power Shell script can be modified to modify an internally accessible web page (update a time stamp text in the HTML), then you can use the urlTrigger |
|||||||||||
|
|
What about writing a Powershell Wrapper around ThoughtWorks.CruiseControl.Remote.dll? We do something very similar in a project we call CruiseHydra which emulates the ability to split multiple tasks across several build servers. I have attempted to extract the portions that should be relevant to you here. Please note that I have not tested this exact code, our library wraps this deep in its own abstraction, but the jist of it is here:
You can obviously change the second argument to ForceBuild to be the name of your task. It's whats shown under the 'Integration Request' section on the dashboard. |
|||
|
|
|
What about splitting the problem? Set up a new CCNET project that has a PowerShell task and a ForceBuild publisher which triggers the original project:
In case you want to run the original project only if |
|||
|
|
|
There is a tool called CCCmd which is included in the CC.NET installer. This is a command-line interface that allows forcing a build remotely. |
|||
|
|
|
Run this in the same directory of the ccnet.config file
|
|||
|
|