Re: AW: Help with NotSerializableException in pipeline

2017-10-19 Thread Viacheslav Dubrovskyi
Hi Reinhold, Thank you for answer. >I think it is the usage of the (default?) map in pipeline code, e.g. "def enviroments = [:]" which according to the StackTrace results in a LinkedHashMap? Hm. If I use empty map suites_time = [:] in function sortSuites(), everything working good. But al

AW: Help with NotSerializableException in pipeline

2017-10-18 Thread Reinhold Fuereder
Hi I think it is the usage of the (default?) map in pipeline code, e.g. "def enviroments = [:]" which according to the StackTrace results in a LinkedHashMap? According to https://jenkins.io/blog/2017/02/01/pipeline-scalability-best-practice/#appendix-serializable-vs.-non-serializable-types "Ma