On Wed, Aug 27, 2014 at 11:29 AM, <[email protected]> wrote: > I have added field to JobProperty but when job configuration changed new > instance of JobProperty is created and my field is null. what to do here?
Override reconfigure to call super, and then (if the result is not null) copy your current state into the new property. -- 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]. For more options, visit https://groups.google.com/d/optout.
