On Wed, Oct 12, 2016 at 9:31 AM, Jimmy Ray <[email protected]> wrote: > At Jenkins World 2016, I heard a few conversations about the pipeline state > saving functionality, and why live objects should not persist outside of > functions. There were one or two conversations that proposed how jobs could > actually access these "saved states". I never heard any concrete info on > how this could done or even if this could be done.
I do not recall participating in any conversation on the topic, and I am not really sure what would be meant by this or what the purpose would be. For plugin developers, there is a `Pickle` API which allows otherwise “live” objects to be persisted. -- 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/CANfRfr3VY-F_BPHZJjPEk7LUttBbhda3dXrQ5%3DE9%3DrR%3DTaAfGQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
