配置 Hudson 以向 Mircrosoft Messenger 发送构建通知
是否可以将 Hudson 配置为使用其即时消息插件向 Microsoft Communicator(或 Microsoft Lync)发送构建通知?如果可以的话,请告诉我该怎么做?谢谢。
Is it possible to configure Hudson to send build notifications to Microsoft Communicator (or Microsoft Lync) using its instant message plugin? If possible, please tell me how to do that? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很可能是可能的。查看现有的 hudson 插件,它们可以做类似的事情。
如果您可以弄清楚如何让 Hudson 在构建完成后运行脚本,则可以使用 (付费)powershell cmdlet,可让您向 Microsoft Lync 用户发送警报。
否则,您将需要找到 Microsoft Lynq 的 SDK/API(例如 2010 SDK),自己编写。考虑在现有的即时消息插件的基础上进行构建。
It is likely to be possible. Have a look at the existing hudson plugins, which do similar things.
If you can work out how to get Hudson to run a script once the build is complete, there's a (paid) powershell cmdlet which lets you send alerts to Microsoft Lync users.
Otherwise, you will need to find the SDK/API for Microsoft Lynq (e.g. the 2010 SDK), and write it yourself. Consider building on the existing Instant Messaging Plugin.