-
Bug
-
Resolution: Unresolved
-
Critical
groovy.lang.MissingPropertyException: No such property: node for class: Test
Possible solutions: node
is thrown by
class Test extends Closure { def node Test() { super(null) } def doCall() { node += "world" } } node('master') { stage("1") { new Test(node: "hello")() } }
[JENKINS-49065] Unexpected groovy.lang.MissingPropertyException when extending Closure class
Summary | Original: Unexpected roovy.lang.MissingPropertyException when extending Closure class | New: Unexpected groovy.lang.MissingPropertyException when extending Closure class |