Eric Wood (2015-03-19 20:43):
I have been trying to set up filtering on folder using the role-based security and folders plugin in the open source version. I have been reading about groups and the capability to provided filtering on these, but it is in reference to the enterprise role-based access plugin. Is this only a enterprise feature? Is there a way to provide filtering on folders in the open source version? If so, can somebody help point me in the right direction?
What kind of filtering do you mean? Authorization based, static groupping or dynamic filtering?
* There is a Role Strategy Plugin which is for adding roles and filtering jobs based on their name (e.g. admins have access to any job, developers have access to jobs that end with "-build"...). * There is a Categorized Jobs View plugin which allows you to group some jobs within a single view. * And I've made a simple ViewFilter script <https://github.com/Eccenux/jenkins-scripts/blob/master/theme/nux-js/view-filter.js> that can be used to dynamically filter jobs based on their name. Regards, Nux. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/550C5A3E.2000304%40mol.com.pl. For more options, visit https://groups.google.com/d/optout.
