I have a build chain of 4 build configurations, which correspond to different teams' tasks. The idea behind the configurations is this:
- Run the build itself
- Move build to staging
- QA approved
- Release
Each of those configurations have different responsible people. People not responsible for a given configuration should not be allowed to run it.
I know I can define roles on project-level, but here I need to define it on a build configuration-level. Is that possible?
Thanks