Send logs to syslog-ng or Splunk..

2012-07-13 Thread Cowmix
I know this has been asked a few times over the years (and at least one time by me on the Hudson users list) but is there a way to send a real-time copy of your raw build output to Splunk (or syslog-ng) for processing? thanks!

Incremental (character at a time) Console output

2012-07-13 Thread Sean DeNigris
During my build, I want to show the progress of a file download in the console with a line of periods (i.e. ".") My build executes a wrapper shell script which launches a Pharo Smalltalk image. When I write to stdout from Pharo, I don't see any output in the console until I wri

Sherry's HotList

2012-07-13 Thread sherry ..
*Hi,* *Hope you are doing great today..* *Please find the updated hotlist of my consultants..* *Please send the requirements to she...@nityainc.com or feel free to call me at 801-833-0416* * * *Consultant* *Technology* *Location* *Relocation* *Karthik* *Oracle apps Finance functional cons

Issue-wise Crowdfunding platform for Jenkins

2012-07-13 Thread tony Tony
Hi all, I have set up a website where people can place money bounties for open issues on Jenkins JIRA (or Maven, or Hibernate, or whatever). So far it's only got two real offers - and one of them I placed myself (JENKINS-9216: Make OpenID work with Google Apps acc

Re: Jenkins crashing, GLib error

2012-07-13 Thread Bejoy Jaison
> > We're running Jenkins 1.457, and our master runs on Ubuntu 10.04. > Also observing same error on our Jenkins server. Running Jenkins 1.462 with master runing on RHEL Server release 5.6. GLib-ERROR **: file gmain.c: line 2008 (g_main_dispatch): assertion failed: (source) aborting...

re-starting a failed job

2012-07-13 Thread Mehul Sanghvi
I have a job with multiple steps in it. If the job fails, I'd like to not have it re-start from the beginning, but pick up where it left off. Is this something that I can do with Jenkins ? I believe Bamboo does something like that. cheers, mehul -- Mehul N. Sanghvi email: mehul.sang..

Re: Conditional Build Steps

2012-07-13 Thread Josh D
Unfortunately those wouldn't work. Simply rescheduling the build wouldn't correct the problem that the external dependency doesn't exist. Now yes, someone could detect the failure and manually execute a build on the dependency to rectify the problem before the rescheduled build takes place, b

HTTPS Subversion 1.7 and Jenkins - issuer not trusted

2012-07-13 Thread Adam Retter
Our Subversion server is operating over HTTPS and works fine typically form the command line. We are using a self-signed certificate and the first time we do an 'svn co' locally we have to of course permanently accept the certificate. However I cannot seem to get Jenkins to work with our Subver

Re: How can I get a job to fail when a regex matches in the output?

2012-07-13 Thread cjo
If you need to stop further build steps after running the Sphinx tool, I will be releasing a new text finder run condition later today. Which when released will allow you to use the Conditional Buildstep plugin to prevent other build steps from running based on the same RegExp and also failing/ma

Re: Error when having queued up projects waiting to be build siginfo:si_signo=SIGBUS: si_errno=0, si_code=2 (BUS_ADRERR), si_addr=0x00007f8338e6a1d5

2012-07-13 Thread Jesse Glick
On 07/12/2012 09:37 AM, accordeuro wrote: Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J+0 j java.util.zip.ZipFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;+31 j java.util.jar.JarFile.getEntry(Ljava/lang/String;)Lj

CloudBees Free Enterprise Plugins 1.8 and earlier broken on Jenkins 1.474+

2012-07-13 Thread Stephen Connolly
Just a quick FYI to the list. Due to the splitting out of the javascript files our registration screen is broken if you are installing the CloudBees Free Enterprise Plugins plugin version 1.8 or earlier on Jenkins 1.474. We hope to have this issue resolved as quickly as possible but for now our r

Re: Downloading JDK from java.sun.com - 32 bit only?

2012-07-13 Thread Paul Weiss
Never mind. Figured it out. If the slave is running with a 32-java it downloads a 32-bit java, otherwise a 64-bit java. -P On Fri, Jul 13, 2012 at 9:55 AM, Paul Weiss wrote: > When configuring automatic JDK downloads, I'm only getting the 32-bit > versions. How do I get the 64-bit versions?

Downloading JDK from java.sun.com - 32 bit only?

2012-07-13 Thread Paul Weiss
When configuring automatic JDK downloads, I'm only getting the 32-bit versions. How do I get the 64-bit versions?

RE: How can I get a job to fail when a regex matches in the output?

2012-07-13 Thread Matthew.Webber
https://wiki.jenkins-ci.org/display/JENKINS/Text-finder+Plugin Works for us. Matthew > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Chris > Withers > Sent: 13 July 2012 07:10 > To: jenkinsci-users@googlegroups.com > S

How can I get a job to fail when a regex matches in the output?

2012-07-13 Thread Chris Withers
Hi All, I use the Sphinx tool to build documentation for my projects and I'm trying to get Jenkins jobs running that build all the docs as commits are made so that I can check I haven't committed any breaks to the documentation and also to have a development version of the docs online. Unfor