Re: Jenkins-LDAP authentication - slow while loging in

2013-06-16 Thread Stephen Connolly
Have you tried upgrading to the latest version of the plugin? I just recently updated the plugin 1.5 to make it easier to configure the filters for group searching. If you truely have no groups, maybe point the group search base to an empty DN node with no children... Also tuning the cache may he

Re: Jenkins vs. EBCDIC

2013-06-16 Thread Kohsuke Kawaguchi
Thanks for helping us troubleshoot this. If you look at the log file inside $JENKINS_HOME, is it really empty? It should contain console log in EBCDIC, then you should see CP037 (or something like that) in build.xml. 2013/6/13 Dirk Haun <68k...@gmail.com> > Thanks. > > The good news: We can now

Re: Perforce plugin- What is te log entry mean

2013-06-16 Thread Andrei Ababei
Hello, First a little bit of context on perforce tickets: once a user does a "p4 login" a ticket is issued to his machine that allows him to run perforce commands without logging in again. The tickets have a lifespan of 12h

Re: How to override/replace constants value of config files present in project in jenkins at the time of build generation

2013-06-16 Thread oliver gondža
Hi, The least ugly thing I can think of is reading your configuration properties from environment variables. So your build will use database host from getenv('DB_MASTER_HOST') or '192.165.56.12' when variable not present. You can actually move this higher at the level of configuration fil