Re: How to obtain a thread dump for a hung Java process started by Jenkins?

2012-11-05 Thread Youri
If you go to a particular node, you can see detailed information about it, including env variables and at the bottom a thread dump, but i'm afraid that in your case your process is detached so it won't appear here. Le lundi 5 novembre 2012 14:57:15 UTC+1, DaveyBob a écrit : > > Hey there, > > W

Re: Nullpointer in log rotator

2012-10-10 Thread Youri
I have this exception too (1.485), I've restarted the master and its working fine now Le mardi 9 octobre 2012 20:45:29 UTC+2, Larry Shatzer, Jr. a écrit : > > I saw a few of these during startup, and now when a job ran, I saw this: > (Using latest jenkins 1.485) > > 12:40:04 Waiting for Jenkins

Re: Using variables within the Jenkins email subject lines ?

2012-09-26 Thread Youri
I'm using this subject: Projec ${ENV,var="releaseVersion"} has been released And releaseVersion is variable typed in by the user launching the job, now i'm not sure if you can actually create a variable during the job execution (from a shell script) and use it. Le mardi 25 septembre 2012 23:31:2