https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#serialization-of-local-variables This is a feature either create a class with Serializable interface or use 'simple' objects instead of Hashmap
Hello, > > I'm working on my first workflow job, using Jenkins LTS 1.596.2 & > workflow 1.4, and am getting the following error: > > [...] > Running: Execute sub-workflows in parallel : Body : End > Running: End of Workflow > java.io.NotSerializableException: java.util.HashMap$Entry > [...] > Thanks! > Adam > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/75b461e4-d4fb-489e-ae07-6249668a159b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
