gpt4 book ai didi

powershell - 从PowerShell脚本设置Octopus参数

转载 作者:行者123 更新时间:2023-12-03 00:50:26 25 4
gpt4 key购买 nike

我正在使用Octopus,因此需要在我的PowerShell脚本之一中添加修改Octopus参数(而不是Variable ...)的机会。
简而言之,我的网站交替部署在2个文件夹中,而我必须对此进行跟踪。我的想法是设置一个参数,该参数在每次脚本运行时都会读取实际值,从而知道将新版本部署在何处。

我也尝试了一些东西,例如

$OctopusParameters['Destination']=$Number


Set-OctopusVariable -Name 'Destination' -Value $Number

但没有成功。

我希望我已经足够清楚,在此先感谢大家的答复。

最佳答案

您可能要尝试在计算机上为此设置环境变量。在部署之间它将持续存在。

编辑:

无法很好地在注释中设置此格式,您可能想要这样的内容

$ destination = [environment]::GetEnvironmentVariable(“Destination”,“Machine”)

//将$ destination更改为相反的值

[环境]::SetEnvironmentVariable(“目标”,$目标,“机器”)

关于powershell - 从PowerShell脚本设置Octopus参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29846320/

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