Replies: 2 comments 2 replies
-
|
这个能力还需要进一步评估。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
第二步已经评估出影响范围,获取到最终部署的目标列表,下游步骤直接使用这个列表部署即可 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
场景:
假设一个部署的流水线

该流水线某一步骤获取到最终部署目标列表(因为可用的目标会发生变化,所以这里需要动态获取),设置环境变量DestList

人工审核节点配置选择目标列表

问题:
目前下拉列表的备选项无法通过传入的变量动态生成,只能写死,无法满足目前的使用场景

希望能够支持通过传入参数构造备选项,支持流水线运行时手动选择目标参数的取值,向后传递使用
Beta Was this translation helpful? Give feedback.
All reactions