问题标签 [concourse-git-resource]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
concourse - 有没有办法跳过存档的大厅管道并仅取消暂停未存档的管道?
使用以下命令取消暂停所有大厅管道时,我遇到了错误。
命令:fly -t ci unpause-pipeline -a
有没有办法在此过程中仅选择未归档的管道并取消暂停或跳过已归档的管道。
concourse - Concourse git-resource 路径列表导致管道挂起
我有一个卡在准备构建阶段的大厅服务器: screencap of hangup
此问题仅在我在 git-resource 源配置中指定路径列表后才开始发生:
Dockerfile 位于顶层目录中。我还尝试将 Dockerfile 移动到另一个文件夹:docker-file。然后我尝试使用 glob: docker-file/*
and docker-file/**
,但都没有奏效。
参考: https ://github.com/concourse/git-resource
想知道是否有任何关于原因的建议