On Fri, Mar 23, 2018 at 3:21 PM, Daniel Anechitoaie <[email protected]> wrote: > If it happens and it's while a long running process (like zipping a big > folder) it even asks me after a while if I want to force close the job which > also works.
This is a sign that your zip operation is uninterruptible, which is potentially a problem, though perhaps not your first priority for bug fixing. > I did searched for other plugins that implement a build step and that > actually try to do any kind of file processing inside those builds Well, `ArtifactArchiver` in core does something conceptually similar, for example. -- 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/CANfRfr0y0__7d1eZ1MK6nbgiWZZ07ztp2HxSNeLZ4SZN_DSjMg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
