Jenkins: Hide assignment from anonymous users
I have a jenkins server that builds all of my public projects, but also some of my personal ones. I would like to allow all users (even anonymous) to view and download all my projects, but I don't want them to be available to my personal ones.
I am using matrix based protection. I gave anonymous global view and found the permissions, but I can't find a way to revoke those permissions for cerait projects.
Is there a way to do this (maybe a plugin) or will I have to revoke all permissions globally and grant them manually in each public project?
+3
source to share
1 answer
You can specify job name templates under Jenkins Management -> Manage and Assign Roles and rarr; Role management. See also Role Strategy Plugin .
+1
source to share