How to prevent personal builds?
![]()
I have a build definition that I would like to restrict to production builds only (no personal builds). Is there a way that I can prevent users from submitting personal builds against this build definition?
|
Accepted answer
One other answer
![]()
Another way you can disable personal builds is by doing so in the permissions of the Team Area which owns the build.
(Under Permissions, view by "Show all actions and roles" and deselect under Build>Request Build>Request Personal build). The drawback of this is that is will apply to all builds owned by the Team Area, which may or may not be desired (although you could create a seperate team area too). |