-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Platform: All, OS: All
Currently security permissions for build promotion are only applied at the global level.
It would be useful to be to restrict when users/groups can and cannot promote on a per promotion basis.
This would be used when having staged promotions so that, for example: only users in group 'dev' can trigger the 'promote to dev' promotion process.
- is related to
-
JENKINS-8804 Can't set security role for promotion process locally to a job
-
- Open
-
I have modified this plug-in to handle this in an easy sort of way. I've added textbox to allow comma separated usernames. The plugin then checks the logged in user against this user name list; if the user is in the list, the button is available to promote, if not, the button doesn't exist.
Please repost on here if you are interested in this.