How to separate mutiple build configurations under one project?
Currently, I created several build configurations under one project. These builds are expected to be used by different user accounts. However, so far, the role assignment of a user account is based on project level, not build level. How can i separate the use case of each builds without interfering each other?
Thanks.
Please sign in to leave a comment.
If you need to restrict access to different parts of the project there is no other way than to create a project for each part. In TeamCity roles can be assigned to a project only.
--
Pavel Sher