We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3470a1 commit 21c02bcCopy full SHA for 21c02bc
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/LoggingInvoker.java
@@ -175,7 +175,7 @@ private Object findReceiver(Object o) {
175
}
176
// TODO: Groovy will actually try the delegate first and then the owner if needed, but it is
177
// difficult for us to know what will happen in advance.
178
- yield findReceiver(c.getDelegate());
+ yield findReceiver(delegate);
179
180
default ->
181
// TODO: Groovy will actually try the owner first and then the delegate if needed.
0 commit comments