-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
config-file-provider-plugin 2.15.5
Jenkins 1.625.3
Create a shared jelly page for common attributes of config to use in view mode
A config extension point must implement the edit-config.jelly to render attributes of configuration.
Most of actual implementation in the edit jelly includes a page named id-name-and-comment that render in a standard way common attributes but from what I can see instead for show-config.jelly file common fields are rewritten from scratch (with readonly attribute).
Creating a similar jelly page it's a good way to render common attributes for view mode in the same manner of all extension points (however a user always can customize) inheriting translations or other behaviours.