Jenkins 中测试报告的自定义字段
我希望 Jenkins 中有其他对于报告有用的字段,例如分配给自动化测试的团队名称,以便每个团队都可以清楚地看到自己的测试。
是否可以向 Jenkins 报告添加新的自定义字段,如果可以,如何填写字段值?
编辑:减少问题以使其更具体
I would like to have additional fields in Jenkins that would be useful for reporting, for instance team names assigned to the automated tests, so that each team can clearly see their own tests.
Is it possible to add new custom fields to Jenkins reports and if so how can the field values be filled?
edit: Cut question down to make it more specific
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于这个问题,没有任何答案不涉及令人讨厌的解决方法。
相反,我将功能请求 已提交至 Jenkins 项目。
(如果该功能发布,则会在此处更新)
There are no answers for this that do not involve nasty workarounds.
Instead, I will a feature request was submitted to the Jenkins project.
(updates here if and when the feature is released)
我有类似的问题,但没有找到任何直接的解决方案。我的解决方法是将其添加到测试的标准输出中,然后可以稍后在詹金斯中看到它。
I had similar problem, and didn't find any straight forward solution. my workaround is to add it to std-out of the test, then it is possible to see it in jenkins later.