f:dropdownDescriptorSelector can pick up help for the whole field. But frequently you would want to specify help for each selectable item. There appears no way to do this, other than adding a f:block with text to the config.jelly of that item, or adding a help-subField.html for one or more of its fields.
- links to
Code changed in jenkins
User: Jesse Glick
Path:
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
http://jenkins-ci.org/commit/workflow-plugin/f5bf1a6ded8f1dae2a39c339308cf76b169091b2
Log:
JENKINS-25130 Add help per item when available.
Looks a little odd because there is nothing we can put in the columns prior to the help button.