Re: shell redirection

2013-02-09 Thread Jonas Geiregat
On vr, feb 08, 2013 at 01:43:10am +0200, Sami Tikka wrote: > Since you chose not to share the console log, I'm only speculating, but I > think you need to consider the possibility it is the python command that > fails. Maybe it does not really fail, but anyway exits with nonzero code to > indica

Re: How to publish artifact to a SMB / CIFS share?

2013-02-09 Thread Bap
Quoting Markus KARG : I need to publish an artifact to a password-protected SMB / CIFS share. How can I do this? I noticed that there was a copy plugin, which seems to be obsolete. I also noticed that there is a ArtifactDeployer plugin, which seems to be so fresh that it is not contained in t

Re: First Subversion checkout fails

2013-02-09 Thread Graham Leggett
On Wednesday, 8 February 2012 10:32:35 UTC+2, Lars Fischer wrote: > this seems to be related to my Subversion server configuration. I > > disabled anonymous read access but Jenkins tries to read the revision > details (svn show log?) without authentication. > > Is there a way, how I can force Je

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-09 Thread Sami Tikka
Sorry, but ... Have you tried turning it off and on again? :) And check the stdout and stderr of Jenkins. Is it printing exceptions and/or stacktraces? If so, put them into pastebin/gist and tell us. Also it might be helpful to see your config.xml files (and remember to remove any sensitive inf

Re: Detect command failure?

2013-02-09 Thread Sami Tikka
If you do not need the cross-platform properties of ant build step, I would recommend using a shell build step. It is much more flexible and is well suited to running processes and checking their exit codes, as well as capturing and filtering their output in various ways. -- Sami Adam Tong ki

Re: How to publish artifact to a SMB / CIFS share?

2013-02-09 Thread Sami Tikka
I myself would use (and have used) smbclient to copy artifacts after the build has produced them. It doesn't have to a post-build step. But Mac OS no longer has smbclient, so I hope you're using Linux. I suppose Windows can just do "net use..." -- Sami Markus KARG kirjoitti 9.2.2013 kello 19.

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-09 Thread Markus KARG
One more "nice" thing detected now... Clicked on "build now", build finished successfully, then clicked on the build number to see the result, got "404 NOT FOUND"! Am Samstag, 9. Februar 2013 19:28:21 UTC+1 schrieb Markus KARG: > Til today my Jenkins 1.500 worked well. > Then I started setting

Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-09 Thread Markus KARG
Til today my Jenkins 1.500 worked well. Then I started setting up a Windows slave, and added a few free style ant projects running on that slave. It all was good, but since I copied one of that free style projects, my dashboard is running crazy. It misses builds that just finished a minute ago. I

Jenkins 1.500 is losing builds

2013-02-09 Thread Markus KARG
I thought my Jenkins 1.500 installation is working stable, but today I noticed that it is losing builds! >From one minute to the next, all complete build history of some of my projects are gone! But not of all projects, just of a fancy set of not further interrelated ones! Has anybody an idea wh

Re: How to publish artifact to a SMB / CIFS share?

2013-02-09 Thread Markus KARG
It is not clearly the OS's job. Any application software can connect, use, and disconnect from a SMB / CIFS share, just as any user can have different SMB / CIFS connections not shared with other users of the same client. I did not talk about linking it into the local file system or providing it

Re: Detect command failure?

2013-02-09 Thread Adam Tong
Sorry for the error in the last message, even if the value is true it does not detect phpunit crash. But you answer made me thing about the possibility to personalize my ant file so that it can detect that. So my question would be more ant related than jenkins itself. Thanks a lot On Fri, Feb 8,

Re: How to publish artifact to a SMB / CIFS share?

2013-02-09 Thread Octavian Covalschi
How do you mount/connect that share? I mean, it's OS' job to mount a network share with or w/o user/password and Jenkins would just copy your file to that share. On Sat, Feb 9, 2013 at 9:09 AM, Markus KARG wrote: > I need to publish an artifact to a password-protected SMB / CIFS share. > How ca

How to publish artifact to a SMB / CIFS share?

2013-02-09 Thread Markus KARG
I need to publish an artifact to a password-protected SMB / CIFS share. How can I do this? I noticed that there was a copy plugin, which seems to be obsolete. I also noticed that there is a ArtifactDeployer plugin, which seems to be so fresh that it is not contained in the Jenkins Update system.

Selenium Webdriver project usage with cobertura Plugin

2013-02-09 Thread Varghese Renny
Hi, For automation purpose of our webproject, I have added a selenium project to jenkins. But i don't how to generate cobertura.xml for automation project. Since it should generate after running the automation on project url not after compiling(assumption). I am using ANT for build the p