Answer: It's because you can't have entries inside </f:repeatable> On Friday, September 7, 2018 at 11:43:42 AM UTC+3, [email protected] wrote: > > I'm trying to display a list of labels inside the job configuration page > of Jenkins using the <f:repeatable> tag like so: > > <f:repeatable var="p" name="customLabels" items="${instance.customLabels}"> > <tr> > <td></td> > <td> > <div style="font-weight: bold; border-bottom: 1px solid black; > margin-bottom: 0.2em; margin-top: 0.4em;"> > ${p.labelName} > </div> > </td> > </tr> > </f:repeatable> > > > where I've declared custom labels in my java class: > > private List<CustomLabelValue> customLabels; > > > When I build the .hpi and upload it to jenkins, when refreshing the job > configure page I get a loading modal plus: > > [image: newitem.PNG] > Anyone got an idea? Thanks! >
-- Visit: itiviti.com <https://www.itiviti.com/> / ullink.com <https://www.ullink.com/> » Read the latest news from Itiviti » <http://www.itiviti.com/news/> *The information contained in or attached to this email is strictly confidential. If you are not the intended recipient, please notify us immediately by telephone and return the message to us.* * * *Email communications by definition contain personal information. The ITIVITI group of companies (of which ULLINK forms part) is subject to European data protection regulations. ULLINK’s Privacy Policy is available at www.ullink.com <http://www.ullink.com/>. ULLINK expects the recipient of this email to be compliant with ULLINK’s Privacy Policy and applicable regulations. Please advise us immediately at [email protected] <mailto:[email protected]> if you are not compliant with these.* -- 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/47c62d7b-e363-4b68-b397-7b5540f84ba7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
