How to hide TeamCity configuration for selected users?

前端 未结 2 374
说谎
说谎 2021-01-18 01:07

I have one TeamCity project Dac.Test that contains 3 configurations: DEV, QA, PROD.

2条回答
  •  爱一瞬间的悲伤
    2021-01-18 02:13

    This is best accomplished by using TeamCity's built-in role management. Roles allow you to set fine-grained permissions for users and groups. One potential issue, however, is that roles are scoped to projects (not build configurations). You'll need to create a separate Dac.Test QA project+configuration and provide your Testers the necessary privileges there. You'll also need to make sure that they are stripped of all privileges for the Dac.Test project.

提交回复
热议问题