【问题标题】:Azure DevOps Multi Repo email Notification missing the commits from second repoAzure DevOps Multi Repo 电子邮件通知缺少来自第二个 repo 的提交
【发布时间】:2021-05-11 17:05:36
【问题描述】:

我们创建了 Azure DevOps 构建管道,其中包含如下所述的多存储库配置,并且效果很好。

resources:
  repositories:
  - repository: project-source # The name used to reference this repository in the checkout step
    type: github
    endpoint: MyGitHubServiceConnection
    name: MyGitHubOrgOrUser/MyGitHubRepo

trigger:
- master

pool:
  vmImage: 'ubuntu-latest'

stages:
  jobs
    - job: CodeBuild
    displayName: Code Build

    steps:
    - checkout: self
    - checkout: project-source

我们还在构建状态上配置了 DevOps 通知,通知邮件的 Commits 部分显示来自 IAC repo(self) 而不是源代码 repo(project-source) 的更改。

我们是否缺少任何配置? 对此的任何帮助表示赞赏。

【问题讨论】:

    标签: email github azure-devops


    【解决方案1】:

    我可以在我这边重现您的问题。来自 github 的提交信息不会显示在通知电子邮件中。我认为这可能是一个错误,您可以在我们的Develop Community site 上报告此问题。经过我们的工程师确认后,他们会将这个问题报告给产品团队。如果产品团队查看更新,他们会提供更新。

    【讨论】:

      猜你喜欢
      • 2019-10-31
      • 1970-01-01
      • 2017-10-19
      • 2010-10-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多