gpt4 book ai didi

azure-devops - 计划构建永远不会在 azure devops 管道中触发

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

我在 GitHub 上托管的开源项目中有以下配置:
https://github.com/wez/wezterm/blob/master/azure-pipelines.yml#L9

schedules:
- cron: "0 0 * * *"
displayName: Daily build
always: true
branches:
include:
- master

我的 azure 组织是 https://dev.azure.com/wez0788/wezterm .我的项目是开源的并使用免费层。

时间表似乎没有任何影响;构建列表中没有显示预定构建。

构建触发器的文档有一个故障排除部分,其中没有关于为什么没有安排预定构建的任何有用信息。甚至不清楚语法是否正确,因为没有 UI 来指示管道是否已接受计划。配置足以推送到 repo 和 PR 确实触发成功构建。

这个问题听起来很相似,但显着的区别是我从来没有运行过一个预定的构建,所以这不是一个间歇性问题:
Azure DevOps build pipeline unreliable triggering by schedule

其他人似乎遇到了同样的问题,并在此处提交了 GH 问题,但由于这是一个文档问题跟踪器,因此已关闭:
https://github.com/MicrosoftDocs/vsts-docs/issues/4589

我怎样才能让我的预定构建实际运行?

最佳答案

尝试使用以下只是将双引号 "替换为单引号 '

schedules:
- cron: '0 0 * * *'
displayName: Daily build
branches:
include:
- master
always: true

关于azure-devops - 计划构建永远不会在 azure devops 管道中触发,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56756536/

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