英文:
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.
I tried the following steps.
1, Configured Active choice parameter as shown in the image with name INITAL.
2, Then added Active choices reactive parameter with name MIDDLE and Referenced parameters has INITAL.
3, Then again added another Active Choices Reactive parameter with name FINAL and Referenced parameters has INITAL and MIDDLE.
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
.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论