英文: Azure DevOps Wiki: How to link inside a page? 问题 在我的DevOps Wiki上,我有一个页面,想要创建一个包括到文章链接的索引。 主要,我找到...
如何获取Docker容器的状态,如果容器未运行则使流水线失败。
英文: How to get Docker container status and fail the pipeline if contianer not running 问题 We have an ...
在Azure DevOps Pipelines中,等待足够的代理来运行作业。
英文: Is it possible in Azure DevOps Pipelines to wait for enough agents to run the job 问题 我们遇到了以下问题: ...
在YAML中,在各个阶段之前检出
英文: Checkout before stages in YAML 问题 我正在进行阶段性的检出以下载存储库。 stages: stage: dev jobs: deployment: Deploy...
如何在Azure管道任务中将文件从一个Git仓库复制到另一个Git仓库?
英文: How to copy files from one git repo to another git repo in Azure pipelines task? 问题 有一个在GitHub上的...
使用PowerShell变量检索Azure DevOps管道变量
英文: Retrieve Azure DevOps pipeline variable using PowerShell variable 问题 我正在使用Azure DevOps发布流程,其中包括以...
“New-AzPortalDashboard” 这个术语在 Azure 管道中未被识别为名称。
英文: The term New-AzPortalDashboard is not recognized as a name in a azure pipeline 问题 In summary I a...
获取授权使用环境的管道列表。
英文: Getting List of Pipelines Authorized to Use an Environment 问题 在Azure DevOps用户界面中,可以编辑授权使用服务端点(也称...
如何通过Azure DevOps中的Powershell任务循环遍历数组参数
英文: How to loop through array parameter via Powershell task in Azure DevOps 问题 我有一个参数,其中包含两个可执行文件的路径...
Terraform 列表作为输入变量在 Azure DevOps 中
英文: Terraform list as input variable in Azure DevOps 问题 I am trying to pass list as variable to Azur...
22