Ant SCP fails with J9 JVM but it works with Sun JVM

2012-09-10 Thread Sachin Kumar Saxena
Hi All, I am unable to find a solution for the problem i am facing with IBM j9. In my ant script i am using SCP task to copy my build artefacts(.ear) to scp server. When i am using Oracle jdks everything is working fine and i am able to copy my files to remote server. Problem starts when ant

Re: Is every build kept in the JVM?

2012-09-10 Thread Richard Bywater
Agreed - I think this is one thing that, if fixed/redesigned, would be a big help! Having said that I'm guessing from all the comments that it would mean a pretty big effort? Richard. On Tue, Sep 11, 2012 at 6:00 AM, Christoph Kutzinski wrote: > I'd say it's intentionally AND a memory leak ;-) >

mark build as unstable if it takes too long

2012-09-10 Thread Darren Rowley
Is there any way to mark a build as unstable if it takes too long? I'm aware of the build timeout plugin but that appears to actually abort the build. I don't want the build to be aborted I just want the job to become unstable. I guess I could do this we a groovy post build action but just won

RE: ignore triggers and do not insert job into build queue if the same job is running

2012-09-10 Thread William Soula
Let me rephrase your question to make sure I understand. You want to build a job only once a day, but this build may be triggered by SCM and if not then it should be triggered by the timer? There isn't any way to do OR or AND statements between build triggers, which sounds exactly like what yo

Jenkins survey being drafted

2012-09-10 Thread Lisa Wells
Hi Everyone, We are putting together another Jenkins survey this year. We'd like to get your input on the 2012 draft, which you can find here. Please email any thoughts you have to jenkinsci-...@googlegroups.com. The 2

Re: Is every build kept in the JVM?

2012-09-10 Thread Christoph Kutzinski
I'd say it's intentionally AND a memory leak ;-) This is IMO one of the major pain points with Jenkins. We keep 'only' 3 weeks worth of builds and still it takes >40 minutes for a Jenkins startup - spending the majority of the time in loading the builds. Unfortunately, it doesn't seem to be e

Re: Is every build kept in the JVM?

2012-09-10 Thread Mark Waite
I believe that is intentional.  The technique I've commonly used is to use the Jenkins setting to trim the history of jobs to a smaller set (in my case, a week's worth or less). If you have a use case which requires that you keep so long a history, you will probably find that Jenkins starts mor

Re: Jenkins keeps forgetting user rights

2012-09-10 Thread christopher barry
Sounds like it may be stuck in government_emulation mode. Can you try rebooting into another country? :) On Mon, 2012-09-10 at 08:44 +0200, Andreas Schilling wrote: > hi everyone! > > we're facing the problem that our Jenkins instance keeps forgetting > user rights quite regularly. has someone f

Re: Is every build kept in the JVM?

2012-09-10 Thread bearrito
I wonder if that is intentional or a memory leak. Great to know this by the way. Does it load all the metadata on service startup or does it slowly accumulate? -barrett On Monday, September 10, 2012 8:58:44 AM UTC-4, Mandeville, Rob wrote: > > I’m getting OOM exceptions left and right in my Je

Is every build kept in the JVM?

2012-09-10 Thread Mandeville, Rob
I'm getting OOM exceptions left and right in my Jenkins instance. It's a fairly large installation, with over 100 slave nodes, and I'm running in Java 6 HotSpot. I generated a heap dump (great feature to do that via the Web page, BTW) and finding something that was surprising to me. It appear

ignore triggers and do not insert job into build queue if the same job is running

2012-09-10 Thread Gabor Lukacs
Hello, exist a way to not add a job into build queue if the same job is currently running? Config is simplified and is running once per day: A->B->C where C is triggered by upper job B or by time trigger, B is triggered by upper job A and A is triggered by SCM poll. If no change in SCM then A a

Re: vSphere plugin does not starts slave

2012-09-10 Thread Gábor Garami
I will test it anyway as soon as i have a time for that. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.09.09. 1:33, "Jason Swager" ezt írta: > According to VMware, there only rem

Re: CPH event

2012-09-10 Thread nicolas de loof
I just found how to create content in drupal ( http://jenkins-ci.org/content/jenkins-user-event-cph) but now don't understand how to get this added to the blog. 2012/9/10 nicolas de loof > I wrote a blog entry about Copenhague User Event : > http://blog.loof.fr/2012/09/jenkins-user-event-cph.htm

Re: Parameterized CVS Tag Name

2012-09-10 Thread Olivier Chorier
It seems to be a bug. I tried once more and it worked. Olivier. Le lundi 10 septembre 2012 09:37:00 UTC+2, Olivier Chorier a écrit : > > Hello, > > I'm trying to make a new Job in Jenkins, based on CVS plugin. > The scenario first asks for the tag name to use in CVS, and then uses this > value

Parameterized CVS Tag Name

2012-09-10 Thread Olivier Chorier
Hello, I'm trying to make a new Job in Jenkins, based on CVS plugin. The scenario first asks for the tag name to use in CVS, and then uses this value in the CVS section (Jenkins' form) Here is how I did : - This build has parameters : String parameter / Name : TAGNAME / Default Value ; Descript

Images/Icons disappear after a while

2012-09-10 Thread aj
We are running the latest Jenkins version (also affected former releases). We have the problem that after a restart of the Jenkins server Jenkins does work normally and the web interfaces works fine. A day later or so: all images/graphics with URLs like http://our-host/jenkins/static/f9c350aa/i

CPH event

2012-09-10 Thread nicolas de loof
I wrote a blog entry about Copenhague User Event : http://blog.loof.fr/2012/09/jenkins-user-event-cph.html I don't have write permission on http://jenkins-ci.org/node, if some admin can, I'd be pleased for this article to be cross-published there.