查找 Hudson 日志文件

发布于 2024-10-12 18:51:34 字数 123 浏览 3 评论 0原文

有谁知道如何在 Hudson 服务器中搜索通过运行重复发生的 JUnit 测试生成的增量日志文件? Hudson 仪表板将显示最近二十个测试,但我们正在寻找一个日志文件,其中包含 Hudson 构建的完整历史记录以及每个构建的状态。

Does anyone know how to search a Hudson server for the incremental log files that are generated from running reoccurring JUnit tests? The Hudson dash board will show the last twenty tests, but we are looking for a log file that holds a complete history of Hudson builds and the status of each build.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最冷一天 2024-10-19 18:51:34

Hudson master 上的文件结构如下所示:

$HUDSON_HOME
     |
     ---- jobs
           |
           ---- [job name]
                     |
                     ---- builds

您的文件应该位于该目录下。但是,如果您只保留最后 20 个版本,则不太可能找到以前版本中的任何文件。

如果您在从站上进行构建,您还可以在从站主目录中的工作区/[作业名称]下找到您要查找的文件。

The file structure on the Hudson master will look like this:

$HUDSON_HOME
     |
     ---- jobs
           |
           ---- [job name]
                     |
                     ---- builds

Your files should be in the directory underneath that. However, if you're only keeping the last 20 builds, you're unlikely to find any files from previous builds.

If you're building on a slave, you may also find the files you're looking for under workspace/[job name] in the slave home directory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文