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 build

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

2012-03-07 Thread Elkin, Michael
If there is open access against the private key then you should not be prompted to allow/deny access to the item when it is invoked from codesign. It could be that the configured signing profile selected in the project is slightly different from the one in your keychain. Be sure that you are se

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

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 wrote: > Using Firefox, so that's not the

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

2012-03-07 Thread Hilton Campbell
Thanks for the thorough instructions. I did follow them, but when I went to the Access Control tab for the private key, I see "Allow all applications to access this item" is selected. On Wednesday, March 7, 2012 3:50:32 PM UTC-7, Elkin, Michael wrote: > > The problem is that keychains need to b

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

2012-03-07 Thread Hilton Campbell
I just rebooted and ran the codesign command as it appears in the last successful build, and it executes just fine. Yet when Jenkins performs the build, it fails with the same error. I was never prompted to allow/deny anything :/. On Wednesday, March 7, 2012 2:46:35 PM UTC-7, Arnaud Héritier wr

Re: Jenkins GitHub OAuth

2012-03-07 Thread Michael O'Cleirigh
Hi Douglas, So long as the user is a publicized member of a github organization then they should be able to login. We use the basic OAuth permission which only gives access to the public members of an organization. So if you put jenkinsci into the organization list then any github user tha

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 kirjoitti 7.3.2012 kello 21.24: > Jenkins hung on me again. It just stops responding to requests. I wi

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

2012-03-07 Thread Elkin, Michael
The problem is that keychains need to be unlocked to access the contents of it, and also that codesign is an untrusted application requesting access to a private key. You need to add /usr/bin/codesign as a trusted application to the private key via the following steps: 1) Login to the system wh

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 wrote: > I haven't seen that dialog appear. But then, I've never been logged in to > the desktop as the je

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

2012-03-07 Thread Hilton Campbell
I haven't seen that dialog appear. But then, I've never been logged in to the desktop as the jenkins user while a build was happening. I'll try that out and report. On Wednesday, March 7, 2012 8:52:28 AM UTC-7, Arnaud Héritier wrote: > > Hi > > Couldn't it be a problem with the codesign progr

Performance Plugin, no charts

2012-03-07 Thread John Hinnegan
Hello all, I'm using the performance plugin, and I'm generating jmeter results, but I'm not getting any charts. The charts are there, just empty. I can click through and get to the table and the results: URIsamplesAverage (ms)Median (ms)Line90 (ms)Minimun (ms)Maximun (ms)Errors (%)XXX2001531022

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 t

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

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, "

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 tes

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 wrote: > When

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: OMG: Jenkins gets restarted from my Ant script

2012-03-07 Thread Les Mikesell
On Wed, Mar 7, 2012 at 8:20 AM, jabal 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 same master proce

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: 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 wrote: > 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 need to define pr

Re: OMG: Jenkins gets restarted from my Ant script

2012-03-07 Thread jabal
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. On Mar 7, 9:02 am, jabal wrote: > (1) I moved running these tests to a separate jenkins job but it still

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

2012-03-07 Thread Didier Durand
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 need to define priorities to sort out jobs in the queue: then this plugin gets useful: http://wiki.hudson-ci.org/display/

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 wrote: > Try changing to 1. > On Mar 7, 2012 6:57 AM, "Nicky Ramone" wrote: > >> This is

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

2012-03-07 Thread Slide
Try changing to 1. On Mar 7, 2012 6:57 AM, "Nicky Ramone" wrote: > 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 wrote: > >> Is this a new install of Jenkins? Or one that's been up

Re: Maintain Jobs in SCM

2012-03-07 Thread Les Mikesell
On Wed, Mar 7, 2012 at 12:25 AM, Didier Durand wrote: > hi, > > i would use the label in config to hold branch name asnd then do a > checkout including the label in the scm url via my own checkout in 1st > build step if the if the variable can't be set directly in jenkins. > We build a lot of dif

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 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 global config? >

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" wrote: > That seems to be a different problem. > I haven't defined any quiet periods, and I'm only trying to run one single > bu

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, wrote: > This is probably https://issues.jenkins-ci.org/browse/JENKINS-12994 - > vote for that ticket if it i

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 Nic

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

2012-03-07 Thread Nicky Ramone
Hi Since several days I'm unable to build anything and I can't understand what's wrong. Jenkins keeps waiting for an available executor but never starts: [image: 2%] Build History [image: pending] #103 [image: cancel

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 wrote: > (1) I moved running these tests to a separate jenkins job but it still > restarts. > (2) I placed the ant invocation into a separate

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 wrote: > (1) I moved running these tests to a separate jenkins job but it still > restarts. > (2) I placed the ant invocation into a separate

how to restrict user access to slaves

2012-03-07 Thread Dirk Michael Goldschmidt
Is it possible to restrict the user acces to jenkins slaves? In our Jenkins installation several slaves are running with specific cvs checkout rights. In order to protect the cvs user access restriction it woud be nice if we could restrict which jobs can be assigned to which slaves. I know that it

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 wrote: > On 03/07/2012 11:31 A

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

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

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 -

Re: Recent LTS changes?

2012-03-07 Thread Jerome Lacoste
On Wednesday, March 7, 2012 9:25:22 AM UTC+1, Dirk Haun wrote: > > 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

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: OMG: Jenkins gets restarted from my Ant script

2012-03-07 Thread jabal
(1) I moved running these tests to a separate jenkins job but it still restarts. (2) I placed the ant invocation into a separate shell script and the my single build step is executing this shell script: jenkins still restarts. very strange.. On Mar 7, 8:45 am, jabal wrote: > hi! > > I'm quite ne