Jenkins主动选择反应参数| Groovy脚本

时间:2018-09-28 06:27:56

标签: shell jenkins groovy jenkins-pipeline

我将Active Choice Reactive Parameter用于一些预定义参数以及基于用户的输入参数。

我已经使用groovy脚本创建了inputBox,但是无法获取变量中的inputBox数据来运行我的Shell脚本。

当我回显此参数(路径)时,我得到了空白值。甚至我在inputBox中通过了测试值。

脚本:

if(Predefined_Path.equals("None")){
return inputBox = "<input name='None' class='setting-input' type='text' 
value=' '>"
}

Screen-Shot

0 个答案:

没有答案