Hi all,
I'm working on a Jenkins plugin that has configuration on the /configure
screen (not the job screen but http://localhost:8080/configure for
example) - how do I add help for the fields that appear?
Other plugins seem to do things like <f:entry title="${%Targets}"
help="${rootURL}/../plugin/phing/help-targets.html"> and The Git plugin
makes calls to
http://jenkins.ci2.hq.boxuk.net/descriptor/hudson.plugins.git.GitSCM/help/globalConfigName
but I've
tried every permutation I can think of but my build and I'm tearing my hair
out.
My code is in
https://github.com/gavD/walldisplay-plugin/tree/restrict-by-last-run-date -
I would be hugely grateful if anyone could help
- Gavin