gpt4 book ai didi

aws-cloudformation - 如何将嵌套堆栈输出传递到 Octopus Deploy 中的另一个步骤

转载 作者:行者123 更新时间:2023-12-03 07:45:10 25 4
gpt4 key购买 nike

在我的 Octopus 项目中,第一步启动了一堆使用 cloudformation 实现的嵌套堆栈。

我需要共享从 Octopus 启动的主堆栈的输出,我该怎么做?

谢谢。

最佳答案

CloudFormation 模板的输出变量将可用于后续步骤,与任何其他 Octopus 输出变量相同,这在 documentation page 的第一段中提到。 .

可以通过多种不同的方式访问输出变量,具体取决于访问它们的位置,例如,在 Powershell 中,可以通过参数字典 $OctopusParameters["Octopus.Action[Step Name] 访问它们。输出.变量名"]

您还可以使用变量绑定(bind)语法来访问它们,#{Octopus.Action[Step Name].Output.VariableName}

有关输出变量的更多信息可在 docs 中找到。 .

关于aws-cloudformation - 如何将嵌套堆栈输出传递到 Octopus Deploy 中的另一个步骤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49758608/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com