As far as I understand the concept of CPS pipelines, steps may be serialized to disk during runtime if the durability level is set to MAX_SURVIVABILITY. It seems that one of my steps causes a ConcurrentModificationException while the step’s memory is written to disk and in parallel the fields (or local variables?) are modified by my step (see [1] for the bug report). Is there anything I need to do in my plugin to avoid such problems?
[1] https://issues.jenkins.io/browse/JENKINS-67145 -- 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/6F19E406-45C9-4D4F-82C9-D2712E996199%40gmail.com.
