Hah, yah.. makes sense. I generated the getter and setter from IntelliJ (Command + N) and somehow missed the "save()"; I removed the configure method and added save() in the setter.
Thank you. On Friday, April 5, 2019 at 4:18:51 PM UTC+3, Jesse Glick wrote: > > On Fri, Apr 5, 2019 at 6:25 AM Daniel Anechitoaie <[email protected] > <javascript:>> wrote: > > I forgot to implement the configure method. > > You should not need such a method. You just forgot to call `save()` > from your setter. See the archetype. > -- 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/79a50233-2880-4035-9b13-95c37b682de3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
