On Tue, Oct 22, 2019 at 1:48 PM Ullrich Hafner <[email protected]> wrote: > If the TaskListenerDecorator method might be called on the agent how can I > transfer results back to the master from it?
Really best to look at the example implementation in `TimeoutStep` to see how to use `Channel.export`. > Or is the callback (from withCallback) then called on the agent as well? No, callbacks are run inside the Pipeline engine on the master. -- 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/CANfRfr27fu9gzqN65TK-rxSF%3DBnuLypDRmedNZt_OH4rDnT-_Q%40mail.gmail.com.
