Is your source code public? I never needed to override getHelpFile().
> Am 14.11.2023 um 10:26 schrieb tzach solomon <[email protected]>: > > Thanks Ullrich, > > Yes, I have those but still it doesn't work. > My jenkins version is: 2.303.3 > > From what I can see, checkbox.jelly has the following > <st:attribute name="field"> > Used for databinding. TBD. > </st:attribute> > I've also overridden the getHelpFile() method in my descriptor to see which > fieldName are passed and I do see all other fields besides the checkbox. > Is there a way to troubleshoot this? > > > > On Tue, Nov 14, 2023 at 10:44 AM Ullrich Hafner <[email protected] > <mailto:[email protected]>> wrote: >> A checkbox has a help as well. Maybe your Java field name does not match? >> E.g. in my plugin I have a help-file help-ignoreFailedBuilds.html that is >> mapped to the checkbox ignoreFailedBuilds with a getter >> getIgnoreFailedBuilds and setIgnoreFailedBuilds. >> >> <Bildschirmfoto 2023-11-14 um 09.40.33.png> >> >>> Am 14.11.2023 um 09:20 schrieb tzach solomon <[email protected] >>> <mailto:[email protected]>>: >>> >>> Hi, >>> >>> If I'm not mistaken, there is no help working for jelly form checkbox entry. >>> Is there a way to have help displayed for a checkbox? >>> >>> Thanks, >>> Tzach >>> >>> -- >>> 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] >>> <mailto:[email protected]>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-dev/CAC19wgL95_VxCBrrpnUwRZUo4TTYpHq%2BFyM1PQYbstt6B4NVxQ%40mail.gmail.com >>> >>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAC19wgL95_VxCBrrpnUwRZUo4TTYpHq%2BFyM1PQYbstt6B4NVxQ%40mail.gmail.com?utm_medium=email&utm_source=footer>. >> >> >> -- >> 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] >> <mailto:[email protected]>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/47445CF5-7E60-4228-8AEC-46175AE2FAD6%40gmail.com >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/47445CF5-7E60-4228-8AEC-46175AE2FAD6%40gmail.com?utm_medium=email&utm_source=footer>. > > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CAC19wgLL9w1mkLudgC9PQ9CXoM%2BUN%2BhzeKs7zt7p5ow3epPhQA%40mail.gmail.com > > <https://groups.google.com/d/msgid/jenkinsci-dev/CAC19wgLL9w1mkLudgC9PQ9CXoM%2BUN%2BhzeKs7zt7p5ow3epPhQA%40mail.gmail.com?utm_medium=email&utm_source=footer>. -- 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/ADB3F3F4-ACC6-4655-8C85-B791713045A3%40gmail.com.
