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
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