詹金斯|自由泳|构建后动作|步骤名称显示但不显示内容,为什么?

时间:2019-04-02 05:37:30

标签: jenkins

我是詹金斯的新手。需要帮忙。我创建了一个插件,并分别使用BuildSteps和Notifier配置了Pipeline和Freestyle。 Pipeline语法配置表单正在加载,但Freestyle不在。 The image of the configuration of pipeline syntax

在自由式类中,getDisplayName()在“构建后操作”下拉列表中显示gonfig名称。但是当我选择名称时,什么也没显示。 The image of freestyle step. the form is not loading

我创建了.jelly文件,并扩展了

@Extension Notifier,
fields,
getter-setters,
@Extension BuildStepDescriptor,
@DataBoundConstructor,
@Override BuildStepMonitor getRequiredMonitorService(),
@Override perform(run, filepath, launcher, taskListener)

如果我做错了任何人可以让我出来吗?

0 个答案:

没有答案