On Monday, February 9, 2015 at 8:48:11 AM UTC-5, Robin Tegg wrote:
>
> java.io.NotSerializableException: java.util.AbstractList$Itr
>

Indeed this class in the JRE, which is used for JDK 5-style for-loops, is 
not serializable and so this idiom cannot be used from a flow build (which 
must survive Jenkins restarts). Whether we can hack around that or not, I 
am not sure. In the meantime, use C-style loops with an index.

-- 
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/7a23861b-efd0-484c-b6f7-c86e1c19c0a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to