Todo notes on a jekinsjob - any add-ins?

2013-01-24 Thread Kenneth Nielsen
Hi all, I am in the process of setting up Jenkins on our system. And want to stick a note on the different jobs, can that be done in a smart way? I want the note to be for each job, but not necessarily stored and published as it would be if i put it in a jobs description. thanks kenneth

NullPointerException during a build on a slave

2013-01-24 Thread Ed Hillmann
This message popped up during a build. It said to report it, so I am. ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com java.lang.NullPointerException at hudson.maven.MavenBuild$ProxyImpl2.close(MavenBuild.java:560) at hudson.maven.Maven3Bui

Re: Automatically start individuals Tasks in Jenkins

2013-01-24 Thread Bruno Cunha
Hello Hari. Yes, if you have these steps separated and specified, you can have a small plan for every step, and integrate them like a workflow. Look at this plugin if it finds your requirements: https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin I never used APEX, but found these links

Re: Jenkins fails to send email

2013-01-24 Thread Slide
Were you upgrading from a previous install when you started seeing the issue? On Thu, Jan 24, 2013 at 4:58 PM, Chris Jones wrote: > I moved all the files to another location. > > Chris > > > On 1/24/2013 4:57 PM, Slide wrote: > > Did you also clean out your JENKINS_HOME directory, or was it lef

Re: Jenkins fails to send email

2013-01-24 Thread Chris Jones
I moved all the files to another location. Chris On 1/24/2013 4:57 PM, Slide wrote: > Did you also clean out your JENKINS_HOME directory, or was it left > over from the previous install? > > > On Thu, Jan 24, 2013 at 4:53 PM, Chris Jones > wrote: > > Yes, to c

Re: Jenkins fails to send email

2013-01-24 Thread Slide
Did you also clean out your JENKINS_HOME directory, or was it left over from the previous install? On Thu, Jan 24, 2013 at 4:53 PM, Chris Jones wrote: > Yes, to confound the issue, I did a reinstall and I'm not seeing that > particular problem anymore. (Still occasional trouble with the "Loadin

Re: Jenkins fails to send email

2013-01-24 Thread Chris Jones
Yes, to confound the issue, I did a reinstall and I'm not seeing that particular problem anymore. (Still occasional trouble with the "Loading" overlay not going away, though.) I don't think there were any substantial differences in my install process this time around. Chris On 1/24/2013 12:17 PM,

Re: [Jenkins-events] [RFC] any idea for give-aways

2013-01-24 Thread Tom Huybrechts
http://www.eurovilt.be/tarieven.htm seems very reasonable... On Thu, Jan 24, 2013 at 1:41 PM, Kohsuke Kawaguchi wrote: > Do you have any pointer? > > > 2013/1/23 Fred > >> While looking for a print shop for the Jenkins flyers, I came across beer >> coasters. >> Depending on how many you want

Jenkins Installation issues weblogic 10.3.0

2013-01-24 Thread Jagan Kalluri
Hello, I am trying to install Jenkins 1.480.2 (using Long term Support Release because of organization policy) on weblogic 10.3.0/ Sun OS 5.10 , I created ear mentioned on weblogic container notes but could not start up my jenkins of below error . any help would be greatly appreciated. Erro

Re: Jenkins fails to send email

2013-01-24 Thread Slide
The line from the code that is from the stack trace is this: String replyTo = Mailer.descriptor().getReplyToAddress(); This is very similar to what some people are seeing with email-ext when email-ext tries to access the descriptor of the Mailer plugin. Mailer.descriptor() looks like this: publ

Stuck SSH slave?

2013-01-24 Thread Andrew Melo
Hello all, After being negligent on maintaining my jenkins install over the break (no developers committing meant nothing to look at), I started to get tons of job failures from matrix jobs that were trying to land their master job on an SSH slave that had locked hard. Once I told the master to di

Re: Automatically start individuals Tasks in Jenkins

2013-01-24 Thread hari
Hi Bruno, Thanks for the very fast reply. I would like to provide more details here: We have APEX(Oracle application express) setup which displays the products available and ready to be loaded. So here, want to find out if there is a way to automatically start loading those available products

Re: [Jenkins-events] [RFC] any idea for give-aways

2013-01-24 Thread Lisa Wells
We use West Coast Brand for a lot of the SWAG CloudBees produces (including the Jenkins conference tshirts). They do a good job and I'm sure Alyssa could hook us up for a deal on whatever item we chose. They have a wide array of drinking accoutrements

script that gets average build times for jobs...

2013-01-24 Thread J Arrizza
Hi, I have received great help on this list, perhaps I can return the favor I have a script (attached) that gathers build times for all your jobs and reports an average for the successful builds. If you use the Build Timeout plugin, this is handy data you can use to set the timeout parameter

Re: Jenkins fails to send email

2013-01-24 Thread Chris Jones
After digging around in those files, I don't think I can make this available after all. Let me know if there's some other way I can help. Chris On 1/23/2013 3:53 PM, Slide wrote: > You mean for your jobs? It might still be useful. I understand not > being able to send out your source, so please s

Re: [Jenkins-events] [RFC] any idea for give-aways

2013-01-24 Thread Brad Knowles
On Jan 24, 2013, at 6:41 AM, Kohsuke Kawaguchi wrote: > Do you have any pointer? Zazzle.com and CafePress.com are always options for all sorts of stuff that you might want to sell or potentially give away, the only issue being that they tend to be pretty expensive compared to most companies I

Re: jobs aborted [matrix job] (jenkins 1.495)

2013-01-24 Thread CHAVANNE Robert
Slide gmail.com> writes: > > > Can you post your build log? I'd like to see why it aborted during the sending of the email. If you downgrade Jenkins to 1.493, do you still see the issue? > Thanks, > > > slide Build log is quite large. Looking at it, it seems that I misunderstood something.

Re: Publish JUnit test result report containing multiple testsuites

2013-01-24 Thread andreaf
You should be able to use a "testsuites" root element https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-format/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd/junit-4.xsd On Wednesday, July 11, 2012 2:33:23 PM UTC+1, Ilko wrote: > > the xml specifications allows single

Re: Publish JUnit test result report containing multiple testsuites

2013-01-24 Thread Andrea Frittoli
You should be able to use a "testsuites" root element https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-format/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd/junit-4.xsd On Wednesday, July 11, 2012 2:33:23 PM UTC+1, Ilko wrote: > > the xml specifications allows single

RE: AbstractTestResultAction#getFailedTests()

2013-01-24 Thread Dean Yu
You should just be able to change the return type. MetaTabulatedResult is in the inheritance chain for CaseResult. Type erasure should allow existing callers to continue to work. -- Dean From: jenkinsci-...@googlegroups.com [jenkinsci-...@googlegroups.c

RE: Build failure analyzer pattern issue

2013-01-24 Thread Sandell, Robert
Your regexp is set to find the text “Failures:” followed by at least one digit, which it does (Failures: 0) You would need something like .*Failures: [1-9]\d*.* To catch any digit combination except for “Failures: 0” Robert Sandell Software Tools Engineer - SW Environment and Product Configurat

parameterizing which downstream jobs to build

2013-01-24 Thread Chris Withers
Hi All, I'd like to have a job do something and then kick off some downstream jobs, but I'd like to make some choices in the job to decide *which* downstream jobs to kick off. How can I do that? Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - htt

Re: Build failure analyzer pattern issue

2013-01-24 Thread jhoomsharabi
Looks like there is some issue with pattern matching here, I have unit test failure with “Build log indication” as follows: “.*Failures: \d+.*” and “.*Errors: \d+.*” Above pattern is not matched properly for build failures it is matching following line: [junit] Tests run: 8, Failures: 0,

Re: jobs aborted [matrix job] (jenkins 1.495)

2013-01-24 Thread Slide
Can you post your build log? I'd like to see why it aborted during the sending of the email. If you downgrade Jenkins to 1.493, do you still see the issue? Thanks, slide On Thu, Jan 24, 2013 at 6:52 AM, CHAVANNE Robert wrote: > email-ext (v 2.25), why? > > > -- Website: http://earl-of-code.

Re: jobs aborted [matrix job] (jenkins 1.495)

2013-01-24 Thread CHAVANNE Robert
email-ext (v 2.25), why?

Re: disabled job and yet able to run - quick question

2013-01-24 Thread Ann Campbell
My understanding is that Jenkins reads in configs and then uses them from memory. So modifying the config files after Jenkins startup isn't going to do what you expect. -- ** Privileged and/or confidential information may be contained

RE: jobs aborted [matrix job] (jenkins 1.495)

2013-01-24 Thread Alex Earl
Are you using mailer or email-ext? Sent from my Windows Phone From: CHAVANNE Robert Sent: 1/24/2013 8:39 PM To: jenkinsci-users@googlegroups.com Subject: jobs aborted [matrix job] (jenkins 1.495) Hello, I'm working under Jenkins version 1.495. I have a matrix project that usually works fine. I bui

Re: [Jenkins-events] [RFC] any idea for give-aways

2013-01-24 Thread Kohsuke Kawaguchi
Do you have any pointer? 2013/1/23 Fred > While looking for a print shop for the Jenkins flyers, I came across beer > coasters. > Depending on how many you want to transport they could be a bit bulky, but > at least they are not too heavy and should be affordable. > > > On 01/23/2013 09:09 PM,

jobs aborted [matrix job] (jenkins 1.495)

2013-01-24 Thread CHAVANNE Robert
Hello, I'm working under Jenkins version 1.495. I have a matrix project that usually works fine. I built it with a 4000 size matrix. Everything went fine except email notifications and the build was marked as "aborted". Moreover, console output were not recorded. Does anyone know if there is a lim

Re: Build failure analyzer pattern issue

2013-01-24 Thread jhoomsharabi
Looks like there is some issue with pattern matching here, I have unit test failure with “Build log indication” as follows: “.*Failures: \d+.*” and “.*Errors: \d+.*” Above pattern is not matched properly for build failures it is matching following line: [junit] Tests run: 8, Failures: 0, E