Does anybody know of an example of a Ruby plugin that has some global and/or project level configuration?
I'd like to place some configuration parameters into the global/main Jenkins configuration (e.g. in a separate section), and also some others on the job configuration page. I already have an idea on how to get those job parameters for wrappers, but that will not do since plugin is not build related at all (Gitlab Web Hook plugin). Investigated all Ruby plugins from the Jenkins wiki, and also https://github.com/cowboyd/jenkins-prototype-ruby-plugin, but could not find any relevant code. Thanks in advance :-)