The repeatable thing is itself an object :- I.E: template is defined as public final List<DockerTemplate> templates;
(it also has an accessor). I just copied what I saw in the EC2 plugin (which I was trying just now to try to get running to try to figure out if it's a bug there too, but some dependency isn't downloading thru maven) I'm sure it's something really stupid! (Parent) https://github.com/jenkinsci/docker-plugin/blob/master/src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java (Template) https://github.com/jenkinsci/docker-plugin/blob/master/src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java (Parent jelly) https://github.com/jenkinsci/docker-plugin/blob/master/src/main/resources/com/nirima/jenkins/plugins/docker/DockerCloud/config.jelly (Template jelly) https://github.com/jenkinsci/docker-plugin/blob/master/src/main/resources/com/nirima/jenkins/plugins/docker/DockerTemplate/config.jelly On Wed, Apr 16, 2014 at 2:02 PM, Jesse Glick <[email protected]> wrote: > On Wed, Apr 16, 2014 at 8:38 AM, Nigel Magnay <[email protected]> > wrote: > > In my jelly, I have a repeatable section: > > > > <f:repeatable field="templates"> > > Did you mean to use f:repeatableProperty? Not necessarily the solution > to your problem but just noting that it is preferable to use full > databinding when you can. > > -- > 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. > -- 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.
