Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Boundaries between anything. I recently was dealing with an issue in a Jenkins pipeline, where I didn't realise that state was being serialized to string form between job stages until I explicitly logged it out. The thing that was a list in the previous stage was suddenly a string, but then Groovy would happily accept the join method on a string because it's still an iterable. Auuugh.


Both these above are great answers. It's a bit of an art.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: