On Fri, Mar 23, 2018 at 8:19 AM, Daniel Anechitoaie
<[email protected]> wrote:
> So it kind of seems that only MasterToSlaveFileCallable supports being
> interrupted while MasterToSlaveCallable it does not.

That would be odd, since file callables are just a bit of sugar,
internally implemented using generic callables. The one thing that
strikes my notice is that the wrapper translates
`InterruptedException` to `TunneledInterruptedException`, though this
ought to be transparent as `FilePath.act` unwraps that and rethrows
the original `InterruptedException`.

-- 
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/CANfRfr19y70wVgag%2BKeNisJw9wOrSZ0KVRAfFFME9gR%2BB3OGzQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to