Adjust GitScm to Build on New Branch

2012-12-07 Thread Jay Flowers
Currently the GitScm plugin does not trigger a build when it detects a new branch. I would like to add the option to do this. Can I buy a clue as to where to look in the code to control this behavior? Thanks :-) -- Jay Flowers

Loading Configs in Groovy

2012-03-29 Thread Jay Flowers
2) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:864) at hudson.XmlFile.read(XmlFile.java:133) at hudson.XmlFile$read.call(Unknown Source) at Scratch.run(Scratch.groovy:18) -- Jay Flowers -- http://jayflowers.com -

Re: CLI Causes Server to Crash?

2012-03-21 Thread Jay Flowers
I think I figured it out... I had a system.exit() as the last line in my script! Left over from something else :-( On Mon, Mar 19, 2012 at 8:54 PM, Jay Flowers wrote: > Yep :-( Same version... > > > On Mon, Mar 19, 2012 at 2:02 PM, Sami Tikka wrote: > >> Sorry, no ide

Re: CLI Causes Server to Crash?

2012-03-19 Thread Jay Flowers
Yep :-( Same version... On Mon, Mar 19, 2012 at 2:02 PM, Sami Tikka wrote: > Sorry, no idea. Grasping at straws here: Do your CLI and Jenkins have > the same version? > > -- Sami > > 2012/3/19 Jay Flowers : > > When I execute a simple groovy script over the CLI t

CLI Causes Server to Crash?

2012-03-19 Thread Jay Flowers
axPermSize=512m -jar jenkins.war -- Jay Flowers -- http://jayflowers.com -

Re: SVN_REVISION not showing the correct revision

2012-03-15 Thread Jay Flowers
ay/JENKINS/SSH+Slaves+plugin > Timestamper v1.2.2 - http://wiki.jenkins-ci.org/display/JENKINS/Timestamper > Jenkins Translation Assistance plugin v1.8 - > http://wiki.jenkins-ci.org/display/JENKINS/Translation+Assistance+Plugin > > > Is there anything that does easily explain this behavior? > Thanks you, > Ingo > > -- Jay Flowers -- http://jayflowers.com -

Re: Getting Current Build in Groovy

2012-03-15 Thread Jay Flowers
I figured it out... I was not running the Groovy script as the build step type "Execute system Groovy script" On Thu, Mar 15, 2012 at 9:00 AM, Jay Flowers wrote: > This use to work for me: > > def build = Thread.currentThread().executable > > Now I g

Getting Current Build in Groovy

2012-03-15 Thread Jay Flowers
happening? :-) Anyone know... -- Jay Flowers -- http://jayflowers.com -