Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了GoCD管道。材料类型为:Github 投票更改:真
GoCD
Github
默认轮询时间为 1 分钟。
我只想将此管道的轮询时间更改为 5 分钟?
根据配置参考,没有为每个 git 存储库配置轮询的选项。
如果您的网络拓扑允许,您还可以完全禁用轮询并在 github 中设置一个 webhook 来通知 GoCD 新的提交。