Jenkins动态参数:SVN修订号作为默认值

时间:2016-07-19 14:26:10

标签: svn jenkins groovy jenkins-plugins

我想用当前的SVN版本号填充文本参数的默认值。

我使用默认值脚本创建了动态参数(动态参数插件),如下所示:

fig1 = figure()

for n in range(30):

    ## Clear the figure
    clf()

    # Do a plot that changes for each iteration
    plot(range(n))

    # Now set the xlimit so that it doesn’t change the plot
    xlim((0,30))
    ylim((0,30))

    ## Now the magic, we must update the canvas
    fig1.canvas.draw()

但参数textfield只是空白。我对Groovy不是很熟悉。

感谢任何帮助!

1 个答案:

答案 0 :(得分:1)

在SVN 1.9中添加了--show-item选项