On Fri, Jun 16, 2017 at 7:53 PM, Christian McHugh <[email protected]> wrote: > I changed my > "clientInterface" field from a String to a custom object.
You cannot change the type of an existing field. You can introduce a new field with a different type, and have `readResolve` do the data conversion. -- 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/CANfRfr1M4Np1saMcGpc1UO-3HeJPx1DDgSooor7OYd7ruAjfdg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
