Build Flow Plugin and SVN revision

2012-08-10 Thread Tomek Kaczanowski
Hi All, I'm experimenting with Build Flow Plugin. Can't figure out how to get the SVN revision from the first build so I could pass it to every build in my flow. Please give some hints, I'm stuck. -- Regards, Tomek Kaczanowski

Re: Build Flow Plugin and SVN revision

2012-08-10 Thread Tomek Kaczanowski
ok, got it: b = build( "my-build" ) out.println b.build.properties.environment['SVN_REVISION']

Re: Is it possible to reload a job configuration without restarting?

2012-08-10 Thread Christian Wolfgang
Thank you for your reply. Now I have some reading. Preferably UI, but if I can do it programmatically it's ok. On Thu, Aug 9, 2012 at 12:06 PM, Michaël Pailloncy wrote: > A similar subject has been create : > http://jenkins.361315.n4.nabble.com/Reload-Job-config-xml-programmatically-td4636146.

NPE when adding/changing a TimerTrigger via groovy

2012-08-10 Thread Dirk Kuypers
Hi, I am generating/changing lots of regression test jobs via groovy to keep our build machines chewing during the night. Yesterday I had to change some parameters in our jobs but the existing cron section stayed the same. When diffing the config file it shows my changes, the trigger section staye

Getting jenkins to restart using the proper `rc.d start jenkins` script which loads wrapper.conf

2012-08-10 Thread Calvin Cheng
Hello, I have this problem for the longest time but never got around to fixing it until recently. I am running jenkins on winstone with java wrapper. In my wrapper.conf, we have set 8070 as the http port that our jenkins instance listens to. When starting or restarting my jenkins instance man

Re: Constantly logged out of Jenkins when using Chrome

2012-08-10 Thread Thomas Fields
I've not had this issue for a while now. Not changed anything settings wise in Jenkins but I have upgraded to Jenkins 1.475. I'm running the latest Chrome and Firefox too. I'm try upgrading to see if this problem goes away. Cheers Tom

Re: backup/restore "publish over ssh" servers

2012-08-10 Thread Brant Boehmann
Thanks! Worked perfect! On Thu, Aug 9, 2012 at 7:55 PM, Christopher Orr wrote: > Hi there, > > > On 08/09/2012 09:33 PM, Brant Boehmann wrote: > >> I am using the publish over ssh plugin. I have roughly 100 different >> servers configured for various applications to get automatically >> deployed

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-10 Thread j.barrett strausser
1. There is a single executor running on the machine. There is no issue with multiple powershell sessions at the same time. It just creates a new powershell process. 2.That path exists even when the script fails. 3. There isn't anything in the script that returns 2. The way that I structure my po

RE: Immortal phantom build

2012-08-10 Thread William Soula
Is it possible to just delete the build? I've seen builds from other jobs show up in a different job's list and since the build number was much higher it hid the test failures in the real build because it was the lastSuccessfulBuild due to the build number being so big. I solved that problem b

Re: Issue getting RVM working

2012-08-10 Thread R. Tyler Croy
On Thu, 09 Aug 2012, de Herdt Arne wrote: > Hello, > > I'm currently in the process of setting up a Jenkins instance on Debian to > have our team play around and see how we can work with Jenkins. > I have configured a Ruby plan that is able to checkout the source from our > git, the problem is

Re: Immortal phantom build

2012-08-10 Thread Cliffano Subagio
The weird thing is that all slaves were still working and I could build other jobs, so if it's memory related issue, then it might affect that particular phantom build. The other problem is on identifying which slave is having the problem. I checked the logs of each one, and didn't find any error.

Re: Immortal phantom build

2012-08-10 Thread Cliffano Subagio
Do you mean kill the build by deleting something directly on the filesystem? I tried stopping the build (the red x icon next to the progress bar), but it didn't do anything, phantom build kept going. I wonder what's causing the job to think that there's a build running (job page showing a running

My jenkins asks me to report here a possible bug

2012-08-10 Thread Francisco Alejandro Lozano López
ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException at hudson.model.listeners.RunListener.all(RunListener.java:216)