我有一个卡在准备构建阶段的大厅服务器: screencap of hangup
此问题仅在我在 git-resource 源配置中指定路径列表后才开始发生:
1 # Dockerfile source
2 - name: test-git
3 type: git
4 source:
5 uri: ((git-uri))
6 branch: main
7 paths:
8 - Dockerfile
Dockerfile 位于顶层目录中。我还尝试将 Dockerfile 移动到另一个文件夹:docker-file。然后我尝试使用 glob: docker-file/*
and docker-file/**
,但都没有奏效。
参考: https ://github.com/concourse/git-resource
想知道是否有任何关于原因的建议