Jenkins restrict view of jobs per user

ulrichenslin picture ulrichenslin · Nov 30, 2011 · Viewed 112.1k times · Source

Is there a way to restrict user to view only certain jobs in Jenkins.

Jenkins allows the restriction of user ability per project via the "Project-based Matrix Authorization Strategy". The problem is that a user can not access anything without the 'Overall' 'Read' setting. This seems to allow them to view all the jobs.

Is there another plugin that would allow the job restriction?

Answer

Christian picture Christian · Mar 29, 2012

Think this is, what you are searching for: Allow access to specific projects for Users

Short description without screenshots:
Use Jenkins "Project-based Matrix Authorization Strategy" under "Manage Jenkins" => "Configure System". On the configuration page of each project, you now have "Enable project-based security". Now add each user you want to authorize.