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.
我是teamcity的新手。
我想创建一些步骤,每小时检查给定的 url 和邮件状态。
请帮我。
谢谢
您可以创建一个自定义MSBuild 目标,获取您选择的 url,并在该 MSBuild 目标中处理信息、邮件或您喜欢的任何内容。
然后您可以使用Schedule trigger,并让它在您选择的时间间隔内触发。