我将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=' '>"
}