On Fri, Sep 27, 2019 at 6:28 AM Victor Martinez <[email protected]> wrote: > an exception which occurred: > in field > org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptScript.script > in object > org.jenkinsci.plugins.pipeline.modeldefinition.agent.impl.LabelScript@37db0aae > in … > Caused: java.io.NotSerializableException: log
Sounds like you have some variable or field named `log` which is the problem. -- 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/CANfRfr110sxNB0BLi1rePXXLgbLsH-6m6gpQ0tQRjZJ4RgA-Gw%40mail.gmail.com.
