On Thu, Jul 23, 2020 at 3:47 AM Nikhil Bhoski <[email protected]> wrote: > when i use this step with options block with 6 minutes pause as shown > below.my step does not seem to have any effect of this overriden timeout > value . It always gets terminated after 5 minutes
You are most likely blocking the whole CPS VM thread, which is illegal. See: https://github.com/jenkinsci/workflow-step-api-plugin/blob/master/README.md#creating-an-asynchronous-step -- 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/CANfRfr3GnhEj7qiA2v8_CM4fJxccbtWBdCH81uvw2dCwgs-Y2g%40mail.gmail.com.
