RE: Hardware resource plugin

2013-02-08 Thread Sandell, Robert
https://wiki.jenkins-ci.org/display/JENKINS/External+Resource+Dispatcher It is currently in beta, but the more feedback we get the better we can make it ;) Robert Sandell Software Tools Engineer - SW Environment and Product Configuration Sony Mobile Communications From:

Re: Parallel execution of builds

2013-02-08 Thread JonathanRRogers
There are several ways to run jobs in parallel. I'm currently using a matrix job for this. On Thursday, February 7, 2013 7:38:49 AM UTC-5, alvin Antony wrote: Hi Jenkins users, I am new to this user group and new on administrating the jenkins. I have requirement to enable the parallel

Re: Error while building maven2 project.

2013-02-08 Thread Роман Бесолов
I think this doesn't matter in this case. This project have no any dependencies from maven.glassfish.com. I think Jenkins have added them, but i don't know why. Jenkins is running as different user and that user's cache dir does not have the same files as yours has, maybe. -- Sami Роман

forcing a build to run through all downstream jobs

2013-02-08 Thread Chris Withers
Hi All, We have a job that continuously builds our distribution. We also have a parameterized job that accepts a distribution from a tag, for which we *need* to run all tests for audit/compliance reasons. How can I make sure this second job actually causes all downstream jobs to run?

Re: [Jenkins] Running a project multiple times is leading to hungup

2013-02-08 Thread cjo
There is a known issue if the child jobs have block if upstream is running enabled as they see the triggering job as running, which might be the issue that you are seeing. If this is not the case, can you actually post the reasons that the pending jobs are not running (from the tooltip when

Re: forcing a build to run through all downstream jobs

2013-02-08 Thread cjo
I assume that you have the jobs set up as every commit job - testjob tagged commits - testjob Try adding a dummy parameter that is passed from the tagged commits job, that is unique for each build, as the ParametersAction will cause a separate builds if there are different parameters passed

java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
Hi, After i upgraded Jenkins to 1.500 on ubuntu 12.04 host. I am getting  java.lang.OutOfMemoryError: PermGen space After i click any link on Jenkins page, the CPU gets pegged 100% This also happens when i let the page stay there and not click on anything. Anyone found a resolution for this?

RE: cygwin build step - quick question

2013-02-08 Thread Mandeville, Rob
My first guess is to write a Windows batch command step that just says something like bash myBuildScript.sh. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of zw Sent: Thursday, February 07, 2013 4:35 PM To: jenkinsci-users@googlegroups.com Subject:

RE: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Mandeville, Rob
If you're running out of PermGen space, your problem is with your JVM. Your CPU may be getting pegged because your JVM is desperately garbage collecting to get every last byte of storage left, but I could be wrong. Basically, you're going to have to tell the JVM running your Jenkins instance

Re: Config File Provider Plugin does not store new files

2013-02-08 Thread Markus KARG
Frank, you don't see the actual problem. Submit actually does NOTHING, hence, the file is NOT available anymore as soon as I click away from the file edit page. THAT is my problem. Submit simply does not store the file. Am Freitag, 1. Februar 2013 17:53:02 UTC+1 schrieb Merrow, Frank: Once

Re: Config File Provider Plugin does not store new files

2013-02-08 Thread Markus KARG
Just noticed that it happens with IE 9 only while it runs well with Safari. Any ideas? Am Freitag, 8. Februar 2013 14:04:01 UTC+1 schrieb Markus KARG: Frank, you don't see the actual problem. Submit actually does NOTHING, hence, the file is NOT available anymore as soon as I click away from

Re: cygwin build step - quick question

2013-02-08 Thread Eric Pyle
You can use an execute shell step on windows. Just make sure to set the shell executable in Manage JenkinsConfigure System. If your Jenkins setup has both Linux and Windows slaves, you'll want to set the executable to sh and make sure sh.exe (windows) or sh (Linux) is on the system path on

Re: Parallel execution of builds

2013-02-08 Thread Foxgang
Maybe I'm not fully understanding your problem, but you could also take a look at the Resource Exclusion Plugin. ( https://wiki.jenkins-ci.org/display/JENKINS/Exclusion-Plugin) It lets you define some string semaphores that prevent jobs from interfering with each other's artifacts and

Re: Building on 8 Operating Systems with 2 Systems

2013-02-08 Thread Les Mikesell
On Thu, Feb 7, 2013 at 11:37 PM, Raghavendra Achar achar...@gmail.com wrote: Thanks a lot Andrew for the quick reply, Will Jenkins work on the virtual configurations??Has it been tested by many?? Can i make First system as Jenkins master and other 7 OS configurations as virtual Jenkins Slaves

Re: How does Jenkins checkout sources from svn to the slaves?

2013-02-08 Thread Foxgang
That error message means that the slave can't generate enough random data to make a secure key for the connection. Do some research on /dev/random and /dev/urandom... you might be able to solve that problem. Personally though, I don't see why you'd want to; is there some reason you don't want

Copy Existing Job throws stacktrace

2013-02-08 Thread David Hoffman
Using Jenkins 1.500 deployed on SuSE When attempting to create a New Job and selecting Copy existing job; I get the following stacktrace. This has worked previously, but I don't even know where to start looking. Can someone point me in the right direction? Incidently: the job does in fact

RE: Copy Existing Job throws stacktrace

2013-02-08 Thread Matthew.Webber
This is https://issues.jenkins-ci.org/browse/JENKINS-16499. Update the JobConfigHistory Plugin to at least 2.2 From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Hoffman Sent: 08 February 2013 14:18 To: jenkinsci-users@googlegroups.com Subject:

Re: Copy Existing Job throws stacktrace

2013-02-08 Thread David Hoffman
H... I don't even have that plugin installed. Is it required? On Friday, February 8, 2013 8:39:45 AM UTC-6, matthew...@diamond.ac.uk wrote: This is https://issues.jenkins-ci.org/browse/JENKINS-16499. Update the JobConfigHistory Plugin to at least 2.2 -- You received this

Re: Copy Existing Job throws stacktrace

2013-02-08 Thread David Hoffman
Went ahead and installed JobConfigHistory (v2.2) - same error :( On Friday, February 8, 2013 9:05:13 AM UTC-6, David Hoffman wrote: H... I don't even have that plugin installed. Is it required? On Friday, February 8, 2013 8:39:45 AM UTC-6, matthew...@diamond.ac.ukwrote: This is

Re: Copy Existing Job throws stacktrace

2013-02-08 Thread David Hoffman
I have also gone ahead and upgraded the Mercurial plugin to 1.43 with no joy - Error still happens. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Copy Existing Job throws stacktrace

2013-02-08 Thread Christoph Kutzinski
That's a bug in Jenkins core: https://issues.jenkins-ci.org/browse/JENKINS-16499 You'll have to wait for Jenkins 1.501 (I wonder why it's not released yet) or downgrade. Am 08.02.2013 16:21, schrieb David Hoffman: I have also gone ahead and upgraded the Mercurial plugin to 1.43 with no joy

RE: Copy Existing Job throws stacktrace

2013-02-08 Thread Matthew.Webber
The plugin is not required (though highly recommended), so it you didn’t have it before, “upgrading” it would be unlikely to solve your problem. It looks like the fix is in the not-yet-release 1.501 see http://jenkins-ci.org/changelog The Jira ticket I originally pointed you to explains it all …

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
resolved for now, by downgrading jenkins to 1.494 But all the slaves are now off line, how do i bring the slaves back on ? Thanks, -Kamal. From: Kamal Ahmed kamalah...@yahoo.com To: jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com Sent:

Re: Copy Existing Job throws stacktrace

2013-02-08 Thread David Hoffman
Looking at the release notes, the fix to CORE is on tap to be released in 1.501, thanks to everyone who kept me from going off the deep end. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

RE: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Mandeville, Rob
It make sense to run out of PermGen space after upgrading. Presumably, the upgrade has more classes to load, which fills up your PermGen space. If you're using HotSpot 1.6, I believe (but could be wrong) that the option is -XX:MaxPermSize={size}. For 1.6, the default size is 64m, so you may

Error in Multi-module Maven Build

2013-02-08 Thread John Cody
I have a Jenkins build that runs the following Maven goals: release:clean release:prepare release:perform For a single maven module build everything works fine, however for a muli-module build it fails. Also running the maven goals from the command line works just fine. Below is the output from

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
i increased the PermGen, like you suggested and for the last few minutes its working ok, i even have a build going. Crossing Fingers. It would be nice to have RELEASE NOTES with every new build, or at least have a place where we can share our experiences about a particular release. Thanks,

Re: Parallel execution of builds

2013-02-08 Thread Chris Withers
Yep, I use the Multi-Project Throttle Categories from this plugin: http://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin ...to solve this exact problem. cheers, Chris On 08/02/2013 13:50, Foxgang wrote: Maybe I'm not fully understanding your problem, but you could

Re: forcing a build to run through all downstream jobs

2013-02-08 Thread Chris Withers
On 08/02/2013 11:53, cjo wrote: I assume that you have the jobs set up as every commit job - testjob tagged commits - testjob Yep. Try adding a dummy parameter that is passed from the tagged commits job, that is unique for each build, as the ParametersAction will cause a separate builds if

Re: don't keep this build forever button does nothing

2013-02-08 Thread Chris Withers
On 06/02/2013 21:22, Sami Tikka wrote: Is there a lock icon next to the build in the sidebar build listing? No. Chris If yes, then it could also be a case of some other build referring to fingerprints that were present in this build and that build has Keep build logs of dependencies box

Re: forcing a build to run through all downstream jobs

2013-02-08 Thread cjo
Also, how does this prevent both every commit job and tagged commits appear as causes for a testjob build? It will prevent testjob being triggered twice as the parameter set will be different i.e every commit job will none or default set of parameters tagged commits will have an extra random

clearcase.jpi

2013-02-08 Thread David Dey
Where can I manually download the latest Clearcase plugin for Jenkins? Is it still an hpi file or has its extension changed to jpi yet? Thanks David -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

Re: Beta Build Environment

2013-02-08 Thread J Arrizza
Has anyone tried to put the Jenkins configuration directory tree (less the workspace sub-directory) under SCM control? (Similar to William Soula's suggestion) Creating a second Jenkins instance could be as simple as: - install Jenkins from scratch - configure it to put the workspace somewhere

Re: Beta Build Environment

2013-02-08 Thread Andrew Melo
On Fri, Feb 8, 2013 at 2:42 PM, J Arrizza cppge...@gmail.com wrote: Has anyone tried to put the Jenkins configuration directory tree (less the workspace sub-directory) under SCM control? (Similar to William Soula's suggestion) Creating a second Jenkins instance could be as simple as: -

Re: Hardware resource plugin

2013-02-08 Thread Justin Ryan
Ah-hah! That's exactly what I was looking for, thanks. I started playing with it, and it's relatively straight-forward to setup. (I happy to take this email thread of the mailing list to another one if that's better.) Just so you know my use case, I want to create a bunch of pretty generic

Re: Detect command failure?

2013-02-08 Thread Adam Tong
Hi, Here is the section of build.xml that configures the way phpunit is run by jenkins: --- target name=phpunit description=Run unit tests using PHPUnit and generates junit.xml and clover.xml exec executable=phpunit failonerror=false arg

Re: clearcase.jpi

2013-02-08 Thread Vincent Latombe
Hi you can find it there http://mirrors.jenkins-ci.org/plugins/clearcase/ Vincent 2013/2/8 David Dey davidr...@gmail.com Where can I manually download the latest Clearcase plugin for Jenkins? Is it still an hpi file or has its extension changed to jpi yet? Thanks David -- You

Re: Detect command failure?

2013-02-08 Thread Sami Tikka
I'm guessing you are using ant to execute phpunit. Maybe you could tell ant to fail on error. Currently you have told ant to ignore the phpunit exit code. -- Sami Adam Tong adam.to...@gmail.com kirjoitti 9.2.2013 kello 0.17: Hi, Here is the section of build.xml that configures the way

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Sami Tikka
Kamal Ahmed kamalah...@yahoo.com kirjoitti 8.2.2013 kello 20.40: i increased the PermGen, like you suggested and for the last few minutes its working ok, i even have a build going. Crossing Fingers. It would be nice to have RELEASE NOTES with every new build,

Re: Building on 8 Operating Systems with 2 Systems

2013-02-08 Thread Sami Tikka
My Jenkins runs in VMware virtual machine and slaves in libvirt/KVM vms. No problems so far. -- Sami Raghavendra Achar achar...@gmail.com kirjoitti 8.2.2013 kello 7.37: Thanks a lot Andrew for the quick reply, Will Jenkins work on the virtual configurations??Has it been tested by many??