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
-
场景:
假设一个部署的流水线
![image](https://user-images.githubusercontent.com/3276549/131838876-57ae680b-c7b0-4cfb-9482-1da55847107e.png)
该流水线某一步骤获取到最终部署目标列表(因为可用的目标会发生变化,所以这里需要动态获取),设置环境变量DestList
![image](https://user-images.githubusercontent.com/3276549/131838944-79dd5bdb-e827-4f89-9f5c-f7645b8e38e1.png)
人工审核节点配置选择目标列表
![image](https://user-images.githubusercontent.com/3276549/131839089-2e1f6864-9691-4f30-9497-b3dd1672f933.png)
问题:
目前下拉列表的备选项无法通过传入的变量动态生成,只能写死,无法满足目前的使用场景
![image](https://user-images.githubusercontent.com/3276549/131839409-a553e2a9-66d7-4107-bf78-17c74cdbed78.png)
希望能够支持通过传入参数构造备选项,支持流水线运行时手动选择目标参数的取值,向后传递使用
Beta Was this translation helpful? Give feedback.
All reactions