选择Jenkins活动选择参数的第3个参数基于第1个和第2个参数。

huangapple go评论53阅读模式
英文:

How to select 3rd parameter based on 1st and 2nd parameter from Jenkins Active choice parameter

问题

我正在尝试使用Jenkins中的Active Choice参数根据INITIAL和MIDDLE参数来选择FINAL参数。

我尝试了以下步骤。

1,配置Active Choice参数,如图所示,名称为INITIAL。

2,然后添加了具有名称MIDDLE的Active Choices反应性参数,并引用了INITIAL参数。

3,然后再次添加了另一个具有名称FINAL的Active Choices反应性参数,并引用了INITIAL和MIDDLE参数。

如何使这个FINAL参数基于INITIAL和MIDDLE参数工作?

英文:

I am trying to select FINAL parameter based on INITAL and MIDDLE parameters using Active choice parameter from Jenkins.

选择Jenkins活动选择参数的第3个参数基于第1个和第2个参数。

I tried the following steps.

1, Configured Active choice parameter as shown in the image with name INITAL.

选择Jenkins活动选择参数的第3个参数基于第1个和第2个参数。

2, Then added Active choices reactive parameter with name MIDDLE and Referenced parameters has INITAL.

选择Jenkins活动选择参数的第3个参数基于第1个和第2个参数。

3, Then again added another Active Choices Reactive parameter with name FINAL and Referenced parameters has INITAL and MIDDLE.

选择Jenkins活动选择参数的第3个参数基于第1个和第2个参数。

How to make this FINAL parameter work based on INITAL and MIDDLE parameters?

答案1

得分: 0

For parameters MIDDLE and FINAL, should use Active Choices Reactive Reference Parameter and specify Referenced parameters.

英文:

For parameters MIDDLE and FINAL, should use Active Choices Reactive Reference Parameter and specify Referenced parameters.

选择Jenkins活动选择参数的第3个参数基于第1个和第2个参数。

huangapple
  • 本文由 发表于 2023年6月29日 20:24:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/76581038.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定