Hudson 构建失败 - hudson.plugins.mercurial.MercurialSCM 无法转换为 hudson.scm.SubversionSCM
当我从 Hudson 运行构建时,当前出现以下错误:
错误:Publisher hudson.tasks.Mailer 由于异常而中止 java.lang.ClassCastException: hudson.plugins.mercurial.MercurialSCM 无法转换为 hudson.scm.SubversionSCM
我们的构建上周四工作正常,自上周五以来,由于上述错误,它们一直失败。
我可以通过控制台在机器和构建服务器上本地运行构建,没有任何问题。
任何帮助将不胜感激。
I am currently getting the following error when I run a build from Hudson:
ERROR: Publisher hudson.tasks.Mailer aborted due to exception
java.lang.ClassCastException: hudson.plugins.mercurial.MercurialSCM cannot be cast to hudson.scm.SubversionSCM
Our builds were working fine last Thursday and since Friday of last week they have been failing due to the above error.
I can run the build locally on machien and the build server through the console with no issues.
Any help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过更新 Hudson 中的邮件程序插件已解决此问题。
This issue was fix by updating the mailer plugin in Hudson.