We're using the batch task plugin(here) on our jenkins server
i would like to restrict access/set permissions for certain tasks for individual users
For example:
User A can see tasks=> Push to production, Push to Dev
User B can only see task=> Push to Dev
I know I can create a separate job for the specified task however that would just take up more space (as we have many many projects) I would like to see if that level of granularity for setting tasks permissions is possible.
Any thoughts?