Hudson:创建 doxygen 文件后出错;降级也不起作用
升级到 2.1.0 后,Hudson 遇到以下问题:
成功创建 doxygen 输出后,出现以下异常:
Publishing Doxygen HTML results.
The determined Doxygen directory is 'C:/doxy/myDir'.
FATAL: error
hudson.util.IOException2: java.io.IOException: Unconnected pipe
2.0.1 没有出现该错误,不幸的是,降级不起作用 - Hudson 告诉我,它无法再读取作业文件。
有谁知道处理这个问题的最佳方法?有没有一个简单的解决方案可以使 doxygen 插件在 2.1.0 中工作或成功降级到 2.0.1?
I'm having the following problem with Hudson after upgrading to 2.1.0:
After successfully creating the doxygen output, the following exception occurs:
Publishing Doxygen HTML results.
The determined Doxygen directory is 'C:/doxy/myDir'.
FATAL: error
hudson.util.IOException2: java.io.IOException: Unconnected pipe
The error did not occur with 2.0.1, unfortunately, downgrading does not work - Hudson tells me, that it can't read the job files anymore.
Does anyone know the best way to deal with this? Is there a simple solution to either make the doxygen plugin work in 2.1.0 or to successfully downgrade to 2.0.1?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定问题到底是什么,但迁移到最新的 Jenkins 版本并使用 HTML 报告发布者插件而不是 Doxygen 插件至少是一项工作
Not sure what exactly the problem was, but migrating to the newest Jenkins release and using the HTML report publisher plugin instead of the Doxygen plugin is at least a work