Hi, I followed the following excellent tutorial to create a Jenkins plugin: https://www.jenkins.io/doc/developer/tutorial/
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 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/5b6e1e11-8e82-4793-b45a-22125c8a6637n%40googlegroups.com.
