Re: Jenkins Integration with LDAP -- Issue

2020-01-28 Thread Niranjan Rao
I'm also facing the exact same problem. We don't have that many users, less than 100. Just posted another question to the list. My story is authentication works fine when Jenkins starts and after sometime no one can login. Only solution is to restart tomcat. Regards, Niranjan On 1/21/20 12:5

LDAP connection timeout

2020-01-28 Thread Niranjan Rao
Greetings, I'm seeing following exception in catalina.out. This is new installation with Jenkins version 2.218 is deployed as WAR file on tomcat. Upon startup LDAP authentication works perfectly fine but times out after sometime and no one can login. Only solution so far is to restart tomcat.

Jenkins build console crash

2015-01-07 Thread Niranjan Rao
Greetings, On Jenkins ver. 1.534. Every now and then when I try to build in jenkins it crashes with following exception. Does not happen every time for same build, but happens often enough - at least once a day. Does anyone know anything about this? at hudson.MarkupText.rangeCheck(MarkupTe

Re: "It appears that your reverse proxy set up is broken."

2014-03-21 Thread Niranjan Rao
Can you try replacing 127.0.0.1 with actual ip of the box or change it to localhost. I remember a problem sometimes back where definition of localhost was different for java and c code. Don't remember the exact details, but changing it localhost did make it work. On 03/20/2014 09:05 AM, Dennis

Re: Fwd: Urgent Opening for Power Builder Developer Location Hartford CT

2014-01-21 Thread Niranjan Rao
Please don't BCC to the list. It breaks all the mail filters and is very annoying. Personally I don't mind job postings if they are relevant, but please check posting guidelines and see if its appropriate. If you are trying to avoid "reply all" spam, users in this list are savvy enough to get

How to setup JaCoco plugin to exclude a maven module

2013-07-23 Thread Niranjan Rao
For my deployment, I have one master pom which includes bunch of other modules. Basically standard setup which, works from maven command line just fine. I have setup jenkins to record JaCoCo coverage report. Problem is one the pom file is just a placeholder maven project which does not have a

Jacoco plugin exclusions

2013-03-07 Thread Niranjan Rao
Hi there, Jenkins version: 1.480.3 Jacoco version: 1.0.12 I would like to disable jacoco code coverage reports for few projects. Did lot of web searching but nothing seems to be working. I found one link at https://groups.google.com/forum/#!topic/jenkins-jacoco-plugin-mailing-list/LCWg0ukJ_wg

Re: Getting artifacts/files of last successful build

2012-12-27 Thread Niranjan Rao
nking your file just isn't where you are expecting it to be. Will On 12/26/2012 04:16 PM, Niranjan Rao wrote: I am a new user of jenkins - having migrated from hudson two days back. In hudson, I could use the url like http://server/hudson/job/build/lastSuccessfulBuild/artifact/proj

Getting artifacts/files of last successful build

2012-12-26 Thread Niranjan Rao
I am a new user of jenkins - having migrated from hudson two days back. In hudson, I could use the url like http://server/hudson/job/build/lastSuccessfulBuild/artifact/project/target/project.jar to download entries for last successful build. We have bunch of scripts that use wget to download