Nothing running inside the CPS VM thread should occupy more than a second or so. If your step takes no block argument, and _usually_ runs almost instantaneously but _might_ rarely get held up, use `SynchronousNonBlockingStepExecution`. Otherwise you must return false from `start`, and asynchronously call `StepContext.onSuccess` from another thread. More:
https://github.com/jenkinsci/workflow-step-api-plugin/blob/master/README.md -- 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/CANfRfr1y17iFVm0F6XN7SsQ4KKuEKVw9LfpbWWh-%3D3Meg1Mftw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
