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
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.
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
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
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
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
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
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
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