This covered enough for me to create a useful plugin for internal use at work. However, it makes no mention of what to do to add "global configuration" that would apply for all instances of your plugin in jobs. In other words, I'd like to understand enough to add a single string of configuration data that would appear under "Manage Jenkins" > "Configure System" and apply to every instance of the plugin in jobs.
I have been poking through some open source plugin repos and finding myself very lost. I know that undoubtedly I need to create a jelly file, somehow get it into the global config page and read my string from it, but I can't seem to piece together the basics for doing this.
Any help would be appreciated.
Thanks,
Chris