gpt4 book ai didi

azure - 如何将 Github Actions 与 Azure Devops Pipelines 结合使用

转载 作者:行者123 更新时间:2023-12-02 07:23:47 26 4
gpt4 key购买 nike

我正在尝试运行由 github 操作启动的 azure devops 管道。

Azure Pipelines 开始的示例是这样的:

- uses: Azure/pipelines@v1
with:
azure-devops-project-url: 'https://dev.azure.com/organization/project-name'
azure-pipeline-name: 'pipeline-name' # name of the Azure pipeline to be triggered
azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}'

我的结构与此类似:

name: workflow 
on: push

jobs:
deploy-using-azure-pipelines:
runs-on: ubuntu-latest
steps:
- name: 'Trigger an Azure Pipeline to deploy the app to PRODUCTION'
uses: Azure/pipelines@v1
with:
azure-devops-project-url: 'https://dev.azure.com/AccountName/ProjectName'
azure-pipeline-name: 'WebApp_Azure_Prod'
azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}'

我已经定义了正确的 secret ,这在我的 git 中工作流文件夹下的 push.yml 中,并且我已经设置了正确的管道名称和项目 url。我该如何改进它以使其发挥作用?

最佳答案

  1. 尝试使用 yaml validator 验证您的代码。
  2. 确保您已将 azure-devops-token 添加到 Secrets 页面的 GitHub 项目设置中。
  3. 尝试将 Azure/pipelines@v1 小写为 azure/pipelines@v1

否则,您的代码看起来与我运行的相同代码非常相似,并且它对我有用。

关于azure - 如何将 Github Actions 与 Azure Devops Pipelines 结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59474920/

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