开发者

Finding Hudson Log Files

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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜