Thanks, That particular step doesn't fail in production but when using the JenkinsRule. After debugging just a bit I think it was some kind of missing plugin dependency. Although the stactrace makes the debug really hard though
On Friday, 27 September 2019 15:44:26 UTC+1, Jesse Glick wrote: > > On Fri, Sep 27, 2019 at 6:28 AM Victor Martinez > <[email protected] <javascript:>> 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/31f4f39e-f327-4200-b89c-34300c6eb00b%40googlegroups.com.
