On Tue, Jan 8, 2019 at 9:17 AM Martin d'Anjou <[email protected]> wrote: > So you are really saying that Jenkins needs a new type of execution engine in > order to support plugins that return non-simple data.
No no, I am saying that Jenkins needs a new type of execution engine, and the proposed replacement would have a hard time supporting steps that return non-simple data. > Is the requirement asking for Serializable? > I am confused by Lists and Maps which are collections (sort of nested). There is not a fixed list of types for now, but as a rule, do not return any objects with behavior. -- 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/CANfRfr25Pzkp2QgVkgKK%3D4q33_4FSCOiTB0xYk6Rg-ax04z9ag%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
