Jenkins 德语插件配置 groovy

Jenkins Gearman plugin configuration groovy

我正在尝试使用 groovy 配置 Jenkins Gearman 插件,但无法添加配置,只能获取有关现有配置的信息。

import hudson.plugins.gearman.GearmanPluginConfig
import jenkins.model.GlobalConfiguration

GearmanPluginConfig conf = GlobalConfiguration.all().get(GearmanPluginConfig.class)
conf.getHost()
conf.getPort()

我正在获取有关主机和端口的信息,我该如何设置这些属性?

我正在使用的

类 位于此处:https://git.openstack.org/cgit/openstack-infra/gearman-plugin/tree/src/main/java/hudson/plugins/gearman/GearmanPluginConfig.java

感谢您的帮助!

搜索后在这里找到解决方案:https://github.com/amihura/jenkins-groovy-scripts