Re: Backup "Managed Scripts"

2013-11-18 Thread Daniel Beck
You seem to have been searching everywhere... but the actual plugin source code. AFAICT from it, the scripts are stored in two XML files in Jenkins Home, buildstep-config-files.xml and org.jenkinsci.plugins.managedscripts.WinBatchConfig.WinBatchConfigProvider.xml (or similar). On 19.11.2013, a

Backup "Managed Scripts"

2013-11-18 Thread sam . xiao
Hello all, I've been searching everywhere, but what's the location of all the managed script files store onto the master node of Jenkins? I would like to back it up. https://wiki.jenkins-ci.org/display/JENKINS/Managed+Script+Plugin I know I can backup everything under the default directory "

Multiple jenkins objects

2013-11-18 Thread stath . paul
Hello all-- I'm having a problem with my Jenkins install which has me scratching my head. I'm getting the "Jenkins detected that you appear to be running more than one instance of Jenkins that share the same directoryu '/var/lib/jenkins' error. The "This Jenkins" and the "Other Jenkins" lines

Addressing Jenkins scalability

2013-11-18 Thread Alyssa Tong
Hi All, Due to popularity of the Scalability Summit, Kohsuke will be sharing what scalability issues were discussed amongst serious large-scale Jenkins users and what needs to be done to further scale Jenkins. Please join Kohsuke in this webinar and provide your thoughts on what has been consider

Re: Matrix-based security does not authenticate group users in Active Directory

2013-11-18 Thread Daniel Beck
Does it show the 'group' icon, or an error icon when you're assigning permissions to a group? What's the result when running the test script at https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin#LDAPPlugin-Troubleshooting ? When you open http://yourjenkins/whoAmI, are all the expected gro

How Build .net project through TFS

2013-11-18 Thread Sajan s
Hi All, we are trying to build .net project through Jenkins. we made the TFS configuration as well. while start the Build code was get downloaded from TFS based on the Project Path. out of the project path we have to download few more projects which using the current projects. how we will ment

Matrix-based security does not authenticate group users in Active Directory

2013-11-18 Thread SamL
Hello Folks, We are facing an issue where Matrix-based security does not appear to be authenticating against users in groups. We have tried both: Active Directory and LDAP Security Realms and the issue appears in both cases We we add an Active Directory name in the Matrix-based security user

Jenkins CVS Update (Head after Branch)

2013-11-18 Thread cscooper
I apologize in advance, my question is half Jenkins and half CVS, so I'm not quite sure where to post it ... I have a parameterized job that builds my project, one of the parameters is named CVS_TAG. In the CVS section I specify Location="Tag" and Tag Name=$CVS_TAG This is the job that gets run

Re: Credentials + Git + passwords with crazy characters..

2013-11-18 Thread Jeff
No worries...at least it is in the queue :-). Thanks for the update. On Mon, Nov 18, 2013 at 5:19 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > FYI: Nicolas has this on his todo list... given that he is too busy to > actually send this email, who knows when it will get to the

Re: Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-18 Thread Daniel Beck
On 18.11.2013, at 15:04, Maciej Jaros wrote: > NOTE! The auth will work without it but will be VERY slow. Probably can be circumvented by using the global catalog at port 3268. That's what I do. I need to leave userSearchBase empty because of distributed user management: I have no idea where/h

Re: Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-18 Thread Maciej Jaros
Daniel Beck (2013-11-18 13:36): On 18.11.2013, at 11:07, dennys wrote: I think I can use LDAP plugin, but I cannot find a sample. For example, our AD doesn't allow anonymous query, but I'm not sure how to configure the "manager DN". Is there a sample of AD for LDAP plugin? I've been using the

Build Flow Plugin - Getting back an environment variable from a job

2013-11-18 Thread Sebastian Stickel
Hi, I'm trying to pass a parameter from one job in a build flow to another. I have a job called 'jenktest' which sets a variable ENV_TEST in a shell exec step. I want to catch that variable in the build flow and pass it to the next step. What I am doing so far: //# b=build("jen

axis2 webservice

2013-11-18 Thread naveen gayar
Hi, I have axis2 webservice, which I build through eclipse and generate a aar file. I copy this aar into axis.war folder. I deploy axis2.war into weblogic. Can I share my code repository to Jenkins team. Will they be able to do the rest? Thanks Jyothi +917416862301 -- You received this mes

Re: Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-18 Thread Daniel Beck
On 18.11.2013, at 11:07, dennys wrote: > I think I can use LDAP plugin, but I cannot find a sample. For example, our > AD doesn't allow anonymous query, but I'm not sure how to configure the > "manager DN". Is there a sample of AD for LDAP plugin? I've been using the LDAP plugin for Active Dire

Re: Credentials + Git + passwords with crazy characters..

2013-11-18 Thread Stephen Connolly
FYI: Nicolas has this on his todo list... given that he is too busy to actually send this email, who knows when it will get to the top ;-) On 14 November 2013 21:55, Stephen Connolly wrote: > If you can find out some of the crazy characters and email me off-list > (randomize the order and add i

Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-18 Thread dennys
I can use Jenkins and Active Directory plugin to connect to the AD server, but due to this issue, it's a problem for us to restart Jenkins every day. https://issues.jenkins-ci.org/browse/JENKINS-16429 I think I can use LDAP plugin, but I cannot find a sample. For example, our AD doesn't allow anon