我想通过使用扩展选择参数 select 多个选择,并且我想通过传递一个字符串匹配从那个选择中 运行 工作

I want to select multiple choices by using extended choice parameter and from that choices i want to run job by pasing one sting match

enter image description here

enter image description here

根据日志,我选择了 3 个选项 [abc,cdf,mno],我正在匹配 [abc] 并希望执行作业或执行 shell(如果选项包含 [abc] 作为字符串)。但我无法获得预期的输出

Run condition [Or] enabling prebuild for step [Execute shell]
[ct_test] $ /bin/sh -xe /tmp/jenkins63839460640800445.sh
+ echo abc,cdf,mno
abc,cdf,mno
Strings match run condition: string 1=[abc,cdf,mno], string 2=[abc]
Strings match run condition: string 1=[abc,cdf,mno], string 2=[mno]
Run condition [Or] preventing perform for step [Execute shell]
Finished: SUCCESS

我建议您使用列表参数而不是选项选择。我认为这会成功。首先将其添加到您的参数 然后运行这条管道,看看你是否输出了你选择的内容