Do you run it withing a Jenkins build in master JVM? For me still works fine
> 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...
