Block developers from forcing the build in Cruise control

133 Views Asked by At

We have configured the Cruisecontrol for our project and all developers can check the build result using Dashborad and CCTray.

we working on multisite projects so dont want the build should be handled by developer as we have seperate continous integration. I was just curious if we can block a group of users from forcing the build. So we want the builds should be forced by build master and not be developers. Developers can just see the build result.

How can we do that?

1

There are 1 best solutions below

0
On

Set forceBuild="Deny" in the RolePermission tag. See the CruiseControl documentation for more information.