Recent LTS changes?

2012-03-07 Thread Dirk Haun
The changelog for the last couple of LTS releases is empty on the website: --- snip --- What's new in 1.424.6 (2012/03/06) What's new in 1.424.5 (2012/03/05) What's new in 1.424.4 (2012/03/05) What's new in 1.424.3 (2012/02/27) upgrade Apache Maven Wagon to 2.0 (issue 11164) --- snip ---

Re: Jenkins dying regularly -- how to diagnose

2012-03-07 Thread Jerome Lacoste
On Tuesday, March 6, 2012 9:17:57 PM UTC+1, John Hinnegan wrote: We recently set up a Jenkins server on OS X. We had been using Jenkins prior to this in the cloud, but decided it was worth it to just buy a little machine to do our builds for us. Now our Jenkins is going unresponsive --

No more scripts in View/Dashboard description

2012-03-07 Thread Daniel Tkatch
It's possible to use HTML in the view description in Jenkins. I also used a JavaScript script there, but since the last Jenkins update it has no effect. Any idea how to get this back?

Re: No more scripts in View/Dashboard description

2012-03-07 Thread Ullrich Hafner
On 03/07/2012 11:31 AM, Daniel Tkatch wrote: It's possible to use HTML in the view description in Jenkins. I also used a JavaScript script there, but since the last Jenkins update it has no effect. Any idea how to get this back? I'm not sure if this is related:

Re: No more scripts in View/Dashboard description

2012-03-07 Thread Daniel Tkatch
Hey, if this is related I don't understand how. Any way what additional security hole could a JavaScript functionality introduce. I was really helpful to be able to run additional JavaScript from a view's description. :/ Daniel On Mar 7, 11:40 am, Ullrich Hafner ullrich.haf...@gmail.com

Re: OMG: Jenkins gets restarted from my Ant script

2012-03-07 Thread jabal
Further investigations showed that 'firefox-bin' crashes and that takes the Jenkins JVM down and the service manager restarts it. On Mar 7, 9:02 am, jabal jant...@gmail.com wrote: (1) I moved running these tests to a separate jenkins job but it still restarts. (2) I placed the ant invocation

Re: OMG: Jenkins gets restarted from my Ant script

2012-03-07 Thread jabal
Further investigations showed that 'firefox-bin' crashes and that takes the Jenkins JVM down and the service manager restarts it. On Mar 7, 9:02 am, jabal jant...@gmail.com wrote: (1) I moved running these tests to a separate jenkins job but it still restarts. (2) I placed the ant invocation

RE: Cannot build any jobs: Pending - Waiting for next available executor

2012-03-07 Thread Matthew.Webber
This is probably https://issues.jenkins-ci.org/browse/JENKINS-12994 - vote for that ticket if it is a problem for you (and/or add a note to the ticket indicating that you are also experiencing it) From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of

Re: Cannot build any jobs: Pending - Waiting for next available executor

2012-03-07 Thread Nicky Ramone
That seems to be a different problem. I haven't defined any quiet periods, and I'm only trying to run one single build right now. The job never starts. On Wed, Mar 7, 2012 at 10:41 AM, matthew.web...@diamond.ac.uk wrote: This is probably https://issues.jenkins-ci.org/browse/JENKINS-12994 -

Re: Cannot build any jobs: Pending - Waiting for next available executor

2012-03-07 Thread Slide
Is this a new install of Jenkins? Or one that's been up for a while? How many executors do you have defined in the global config? On Mar 7, 2012 6:49 AM, Nicky Ramone nixe...@gmail.com wrote: That seems to be a different problem. I haven't defined any quiet periods, and I'm only trying to run

Re: Cannot build any jobs: Pending - Waiting for next available executor

2012-03-07 Thread Nicky Ramone
This is an install that has been there for a long time. The # of executors is 0. Does that mean it's unlimited? On Wed, Mar 7, 2012 at 10:53 AM, Slide slide.o@gmail.com wrote: Is this a new install of Jenkins? Or one that's been up for a while? How many executors do you have defined in the

Re: Cannot build any jobs: Pending - Waiting for next available executor

2012-03-07 Thread Nicky Ramone
Thanks! that worked. It's building now. I don't know how it got to the value 0. Do you have any tips for how to choose that number? I don't have any slaves right now. On Wed, Mar 7, 2012 at 11:00 AM, Slide slide.o@gmail.com wrote: Try changing to 1. On Mar 7, 2012 6:57 AM, Nicky Ramone

Re: Cannot build any jobs: Pending - Waiting for next available executor

2012-03-07 Thread Nicky Ramone
Thanks very much for helping. Cheers. On Wed, Mar 7, 2012 at 11:19 AM, Didier Durand durand.did...@gmail.comwrote: Hi, You may want to relate the number of executors to the number of cores on your jenkins server if it is more or less dedicated to Jenkins Soon you will also realize that you

Project based security defaults - full access only to personal/group jobs

2012-03-07 Thread Charles Gagnon
We use Jenkins to monitor and run a number of external jobs (mainly) and builds. We have started using the project based security and would like a setup where user can login and create jobs and only see their own jobs (or group related jobs). We have something close now as we can permission users

Re: OMG: Jenkins gets restarted from my Ant script

2012-03-07 Thread Les Mikesell
On Wed, Mar 7, 2012 at 8:20 AM, jabal jant...@gmail.com wrote: the solution was that Selenium tests made firefox-bin crash because the $HOME variable was not set. This pulled Jenkins down and when the service manager saw it then restarted Jenkins service. Are you running everything in the

Getting Jenkins to work on Mac with the XCode integration plugin

2012-03-07 Thread Hilton Campbell
Whenever I reboot my Mac, all subsequent Xcode builds fail with Code Sign error: The identity 'iPhone Distribution: Blah blah blah' doesn't match any valid certificate/private key pair in the default keychain. I have the certificate/private key pair it is looking for in my jenkins user's login

Re: Getting Jenkins to work on Mac with the XCode integration plugin

2012-03-07 Thread Arnaud Héritier
Hi Couldn't it be a problem with the codesign program trying to access to the keychain ? Did you ask it manually to always allow it ? https://wiki.jenkins-ci.org/display/JENKINS/XCode+Plugin#XcodePlugin-Installationguide Arnaud On Wed, Mar 7, 2012 at 4:35 PM, Hilton Campbell

Re: OutOfMemory on test import

2012-03-07 Thread Gaetan
What do you mean by store the logs as files that you archive ? Do you mean having two destination for logs, one for the data going into junit and the other into raw log files? I only have junit files. If the sum is huge it is because some contains lot of stdout to have data about the current

Re: how to restrict user access to slaves

2012-03-07 Thread Norman Baumann
Good question. This feature would be very useful indeed. As far as I can tell, this option is currently not available. However you can create projects, assign them to hosts and add restrictions on the project level. There it's a a plugin for that purpose. Regards, Norman On Mar 7, 2012 12:51 PM,

parameterized-trigger plug-in and subversion revision in downstream projects

2012-03-07 Thread Ullrich Hafner
I have a simple setup of two projects A and B using subversion. Both use subversion polling as build trigger. Is the following use case possible (using the parameterized-trigger plug-in)? - When there is a change in A (SVN rev-x), then a successful build of A triggers a build of B with SVN rev-x

Jenkins Hung

2012-03-07 Thread John Hinnegan
Jenkins hung on me again. It just stops responding to requests. I wish it would just die so it would be restarted. Anyway, following along: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging Here's the JStack: http://pastebin.com/ZSNQgCm7 Generated with sudo jstack -F 64871 Heres's

Re: Getting Jenkins to work on Mac with the XCode integration plugin

2012-03-07 Thread Arnaud Héritier
you'll probably never see it. You'll have to to logon on this account and launch manually the codesign command you can see in your build logs On Wed, Mar 7, 2012 at 10:35 PM, Hilton Campbell hilton.campb...@gmail.comwrote: I haven't seen that dialog appear. But then, I've never been logged in

Re: Jenkins Hung

2012-03-07 Thread Sami Tikka
Do you find any exceptions from Jenkins in the system log? You should read what others have discussed here. You do not seem to be alone with your problem. Far from it. -- Sami John Hinnegan john.hinne...@gmail.com kirjoitti 7.3.2012 kello 21.24: Jenkins hung on me again. It just stops

Re: Slow job configuration launch

2012-03-07 Thread K96
Hi, Does the slowness still happen with other Jenkins ? Try to view configuration on JonJ http://ci.jenkins-ci.org/, for example. If it's not so slow, I suspect that some plugins in your Jenkins are doing bad things ... @kuhcrow On 3月6日, 午前3:47, tah tyallenhoff...@gmail.com wrote: Using

maven build fails when invoked from jenkins

2012-03-07 Thread Sampath.Rajagopal
Not sure about this strange error suddenly. Nothing has changed. It was a working system. Now when I submit the build thru Jenkins, it throws up io exception. It checks out everything from svn repo, builds fine but then throws up this IO exception. Don't have any idea as to what is going on. Why

Matrix Build deletion?

2012-03-07 Thread Andrew Melo
Hello All, I have a matrix build that dumps out a *ton* of logging, and I managed to fill the disk. I tried to change jenkins to keep at most N builds, and it didn't free up any space. I even changed it to keep just 1 build, and free space didn't increase. Is this a known issue with matrix