Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins: Is there a Folder/View level security plugin

I am looking for a plugin that allows for a View level security. For example I had an AD group I wish to assign to have modification/Execute permissions to ALL jobs under a specific View.

I understand that Views are just filters on the main page of Jenkins but with the quantity of plugins out there I needed to ask.

like image 432
Caolan Avatar asked Apr 08 '16 22:04

Caolan


People also ask

How do I restrict access to a folder in Jenkins?

Navigate to Groups->New Group from the root Jenkins dashboard. Name the group admin-group-int and click OK to create a group internal to Jenkins for role assignment. Check the Granted checkbox for the admin role, leave Propagates checked, and click Save . Assign admin-group-ext as a member of this internal group.

How do I create a directory view in Jenkins?

Step #1: From within the desired folder, click “New Item” to create a new item (job/folder). In this case we're using the “Finance” folder we created in the previous task. Step #2: Enter a name in the textbox and select “Freestyle project” and click “OK” to create the job.

Where is plugin folder in Jenkins?

hpi` file into the JENKINS_HOME/plugins directory on the Jenkins controller (for example, on Debian systems JENKINS_HOME is generally /var/lib/jenkins ).


1 Answers

The Role Strategy Plugin worked wonders for my organization.

https://plugins.jenkins.io/role-strategy/

You cannot control access at view levels but, you can play around with folder plugin to get the desired level of access

like image 168
Ravindranath Barathy Avatar answered Nov 18 '22 04:11

Ravindranath Barathy