Thanks! That works quite well for the UI part. (It does not work for the API Viewer of the job-dal plugin though, so I ended up in duplicating all the files for my different steps)
> Am 19.09.2019 um 02:51 schrieb Jesse Glick <[email protected]>: > > On Wed, Sep 18, 2019 at 4:07 PM Ullrich Hafner <[email protected]> > wrote: >> I extracted a lot of jelly blocks into a separate tag lib (i.e. a folder in >> the resources) in order to reuse them from several steps. While the jelly >> file correctly reads the associated properties files from the same folder it >> seems that the help files are not read. Is this a known bug? Or how can I >> reuse these HTML files in several steps? > > The `Descriptor` methods to load help files are not going to know > anything about your taglib, so the control will just be using the > default inferred resource location. You would have to explicitly > specify the help file attribute, I guess. > > -- > 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/CANfRfr33z7BOSv40CytumEFAU4V5a9YVVyMPAEnC1KQbY45c2Q%40mail.gmail.com. -- 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/43B7B05D-6E50-43C9-A8C3-1347944C9B06%40gmail.com.
