I have a jenkins setup with role based authorization in place.
With this I am able to restrict access of a particular project to a particular user.
But I am not able to do the same for a group/role.
Refer the image below, where 'arushi' is a user who belongs to the role 'developer'.
I wish to grant 'Sample' project's access to all the users with role 'developer' and not just to the user 'arushi'. Not able to do the same with this. Any suggestions?