Help with audit2db-plugin

2016-03-15 Thread Ricardo García Fernández
Hi everyone! First thanks a lot for your job and maintaining Jenkins community :) We are making changes into the plugin to close database conections: * https://github.com/jenkinsci/audit2db-plugin/pull/15 I have a problem with a test: * https://jenkins.ci.cloudbees.com/job/plugins/job/audit2db-

Re: Is it possible to parameterize a Subversion "Repository URL" location in a Jenkins build job configuration?

2015-08-31 Thread Ricardo García Fernández
Hi! Using Parametrized trigger plugin with choice parameter to select a project inside (only string name). You have to include every module manually. And configure url using parameter name in SVN Repository properties: * http://jira/svn/JiraProject/${parameter_name}/trunk You can try to use to a

Re: Matrix-based Security question

2015-08-31 Thread Ricardo García Fernández
Hi! If you are jenkins Administer you don't need anything else, you have full access. Regards, Ricardo. El jueves, 20 de agosto de 2015, 22:38:53 (UTC+2), Caolan Dix escribió: > > Really simple question I need a definite answer for. If checked for a user > or group, does the Administer permiss

Re: LDAP Configuration

2013-10-15 Thread Ricardo García Fernández
Hi Zac ! I was dealing with the same issue: authentication against LDAP/AD and your answer was the right one. Also, I fixed the group filter and configured group properties using this filter: Group search filter: (& (cn={0}) (objectclass=group) ) Group Search Base: your OU groups separated wit