> def setMessage(String message) {
> this.message = message
> }
This looks like a potential infinite loop, because Groovy allows calling
setters by just setting the property. Probably something getting messed up in
one of the Groovy transformations (because this is supposed to only happen for
fields without access modifier, and only outside the class[1]).
Try this:
> this.@message = message
Or just skip the getters/setters while you don't need them.
1: http://groovy-lang.org/objectorientation.html#properties
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/2491AE0A-C53F-4816-B910-A41567CBD9CA%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.