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
[JENKINS-25130] f:dropdownDescriptorSelector ignores help.html for the selected descriptor
Workflow | Original: JNJira [ 159037 ] | New: JNJira + In-Review [ 179843 ] |
Labels | Original: form-data help jelly ui workflow | New: form-data help jelly pipeline ui workflow |
Labels | Original: form-data help jelly pipeline ui workflow | New: form-data help jelly pipeline ui |
Assignee | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "jenkins #5417 (Web Link)" [ 26624 ] |
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.