Re: Slave connection breaks randomly on Windows 8 64

2013-09-17 Thread Baptiste Mathus
Small guess: if you really *close* your session then it seems quite normal since Windows will kill running app for your users. Another detail: there's some recent news about last JDK version 7_40 being buggy somehow. Not sure this would touch your installation though. My 2 cents Le 17 sept. 2013

Need help on HP Applicatio​n Automation Tools pluginThis topic is a duplicate of another discussion.

2013-09-17 Thread Thanuja G
I was going through this link https://wiki.jenkins-ci.org/display/JENKINS/HP+Application+Automation+Tools?focusedCommentId=69763125&#comment-69763125and i have a question. What is this plug in all about ? Does this plug in only allow triggering tests which are automated using HP automatin to

Re: Overlook the exit code as part of a shell or batch script

2013-09-17 Thread alok kumar
Thanks all. I will try and let you know if it works for me. On Tue, Sep 17, 2013 at 10:07 PM, JonathanRRogers wrote: > > On Tuesday, September 17, 2013 9:47:13 AM UTC-4, alok kumar wrote: >> >> Hi All, >> I have a requirement in which I am executing some executable from the >> shell or batch c

Re: Jenkins failure when no tests failed

2013-09-17 Thread Richard Bywater
Looking at the log you provided, there appears to be a failure listed in the summary table at the end. Perhaps that is the issue? (Note I don't use Maven so not sure if that failure is "ok" or not) Richard On Wednesday, September 18, 2013, Farrukh Najmi wrote: > > I am new to Jenkins. I absolute

Re: Jenkins failure when no tests failed

2013-09-17 Thread Farrukh Najmi
Thank guys for helping. The JENKIS-19352 issue seems to result in false negatives. I am getting what appears to be false positives. Vincent Latombe wrote: >Hi, > >this is probably yet another occurrence of >https://issues.jenkins-ci.org/browse/JENKINS-19352 (since 1.526) . Try the >same wit

Re: Jenkins failure when no tests failed

2013-09-17 Thread Vincent Latombe
Hi, this is probably yet another occurrence of https://issues.jenkins-ci.org/browse/JENKINS-19352 (since 1.526) . Try the same with a freestyle job. Vincent 2013/9/17 Farrukh Najmi > That is the crux of the problem. The summary table shows a failure when > nothing else in the log shows a fai

Re: Build Flow Plugin and artifacts management in the DSL

2013-09-17 Thread Les Mikesell
On Tue, Sep 17, 2013 at 10:06 AM, Schalk Cronjé wrote: > This blog post might be insightful - > http://delivervalue.blogspot.co.uk/2013/06/more-advanced-build-flows-with-jenkins.html > > It does show you how to run a number of similar jobs in parallel and then > send the resulting build numbers to

Re: Jenkins failure when no tests failed

2013-09-17 Thread Farrukh Najmi
That is the crux of the problem. The summary table shows a failure when nothing else in the log shows a failure. All junit tests pass and there is no other indication in the verbose log of any other problem. Thus I am perplexed as to what is going on. Could it be a bug in jenkins or a plugin?

Jenkins job disabled by anonymous

2013-09-17 Thread Tyler Evert
We have an SVN polling job that gets disabled roughly weekly by "anonymous". This is despite the fact that anonymous users do not have edit permissions on jobs. The disable time corresponds with the polling schedule, which leads me to believe our issue is related to this old post: http://jenkin

Jenkins failure when no tests failed

2013-09-17 Thread Farrukh Najmi
I am new to Jenkins. I absolutely love this software. Thank you Kohsuke and friends. I have an issue for which I did not find an answer in archives. I run jenkins 1.531 for my multi-module maven project. All tests in all projects pass. There are no error or failures. However, Jenkins persistent

Re: Overlook the exit code as part of a shell or batch script

2013-09-17 Thread JonathanRRogers
On Tuesday, September 17, 2013 9:47:13 AM UTC-4, alok kumar wrote: > > Hi All, > I have a requirement in which I am executing some executable from the > shell or batch command build step. > > Now, there is a known bug due to which the exit code of that shell or > batch command build step is non

Re: Build Flow Plugin and artifacts management in the DSL

2013-09-17 Thread Schalk Cronjé
This blog post might be insightful - http://delivervalue.blogspot.co.uk/2013/06/more-advanced-build-flows-with-jenkins.html It does show you how to run a number of similar jobs in parallel and then send the resulting build numbers to a downstream job. It does not, however, show you how to downl

Re: Overlook the exit code as part of a shell or batch script

2013-09-17 Thread Andrew Melo
If you want to unconditionally return zero, do set +e exit 0 Cheers, Andrew On Tuesday, September 17, 2013, alok kumar wrote: > Hi All, > I have a requirement in which I am executing some executable from the > shell or batch command build step. > > Now, there is a known bug due to which the e

Overlook the exit code as part of a shell or batch script

2013-09-17 Thread alok kumar
Hi All, I have a requirement in which I am executing some executable from the shell or batch command build step. Now, there is a known bug due to which the exit code of that shell or batch command build step is non-zero, due, to which the build is getting terminated as a failure. I do not want t

@Mantis Plugin: Failed to add note (SOAP-ERROR)

2013-09-17 Thread krueger18057
Hello Jenkins Users, I'm Martin - working for a Company, where we are using the Mantis Plugin for Jenkins. We have some troubleshooting with the creation of new builds. I can't find any similar problems so I've created a new topic. the problem does not appear always - so here's the end of the

Re: Version upgrade

2013-09-17 Thread Suri
Dear Steffen, Thanks for your reply. i have upgraded plug-in version also and completely disable all plug-in. i have tried both. but still same issue persists. i have roll back existing version 1.466 also. but no luck. same issue persisting. please advise me. On Tuesday, September 17,

Slave connection breaks randomly on Windows 8 64

2013-09-17 Thread Umesh Padhye
*Hello, I have the following setup for Jenkins. Jenkins version 1.531 Master on Win 8 64 Enterprise Slave as web agent on 8 64 Enterprise The problem I am facing is that the Java web agent (version 7 u 40) gets launched normally and I run automated tests for my application. After sometime if

Re: View job rights for anonymous users

2013-09-17 Thread Gocol Dev
Thanks Steffen that makes it work. They did not have overall read permission earlier. On Tue, Sep 17, 2013 at 3:15 PM, Steffen Breitbach < steffen.breitb...@1und1.de> wrote: > Do anonymous users have overall read permission? > > On Tue, 2013-09-17 at 15:10 +0800, Gocol Dev wrote: > > Hi all, > >

Re: View job rights for anonymous users

2013-09-17 Thread Steffen Breitbach
Do anonymous users have overall read permission? On Tue, 2013-09-17 at 15:10 +0800, Gocol Dev wrote: > Hi all, > > I am trying to set up jenkins such a way that all anonymous users > have view rights of the jobs. > > I am choosing matrix based security to do this. And,security realm is > set

View job rights for anonymous users

2013-09-17 Thread Gocol Dev
Hi all, I am trying to set up jenkins such a way that all anonymous users have view rights of the jobs. I am choosing matrix based security to do this. And,security realm is set to "Jenkins own database" and allow users to sign up. And I have an anonymous user with just Job - Discover, Read a