Software Build and Release Specialist

Latest Entries
Dec 30

CruiseControl .NET WebDashboard Tips

Did you know that you can disable the “force” and “stop” build buttons for each project on CruiseControl.NET’s webdashboard?
Inside the <remote services> code block, you can simply add allowForceBuild and allowStartStopBuild options:

<remoteservices>
<servers>
<server name="BUILDSERVER01"
[...]