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 <[email protected]> wrote: > This use to work for me: > > def build = Thread.currentThread().executable > > Now I get this error: > > Caught: groovy.lang.MissingPropertyException: No such property: executable > for class: java.lang.Thread > at hudson2123325863987208585.run(hudson2123325863987208585.groovy:5) > > > Why oh why is the happening? :-) Anyone know... > > > -- > Jay Flowers > ---------------------------------------------------------------------- > http://jayflowers.com > --------------------------------------------------------------------- > -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com ---------------------------------------------------------------------
