On Fri, Jul 24, 2020 at 9:14 AM Nikhil Bhoski <[email protected]> wrote: > SynchronousNonBlockingStepExecution works perfectly fine
…until you restart Jenkins, at which point your build will fail. So do not do this. > i went through ant plugin code but i could not find the reference of > getContext().newBodyInvoker() Sorry, that was a `SimpleBuildWrapper` actually. Try: https://github.com/jenkinsci/groovy-plugin/pull/22/files#diff-50f6bc8a021eb526aa29d3be83dc8e0bR148 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANfRfr2XvNb5eSZQd8gpNKdfN174x2ASgj-_d%3De9zBeG0C-OOQ%40mail.gmail.com.
