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.
我想知道 AzureDevops 中的“代码推送”webhook 是在代码推送到存储库之前还是在代码推送到存储库之后?
如果配置的 webhook 无法访问或抛出异常,是否可以不推送代码?
推送代码后触发 Webhook。从 azure devops 方面来看,不推送代码似乎是无法实现的。您可能需要手动检查 webhook 连接并决定是否推送您的代码。