我们正在从ClearCase切换到从Git存储库执行基于Hudson的构建。使用ClearCase,我们可以通过单击“更改”来查看每个提交之间的差异,如下所示:
1. username on 15/03/2012 22:55:02
Important change message
The file was modified /full/path/to/pom.xml@/main/10 - create version
但现在,使用Git,更改视图仅显示:
Commit aebb135ce48bd5b47b825a16f65da52ddc4d50c4 by firstname lastname
Important change message
The file was modified pom.xml
我们的repo中有很多pom.xml,每次使用commit hash检查都不是很方便。有没有办法让Hudson显示具有完整路径和日期/时间的实际文件?
答案 0 :(得分:0)
我想也许你可以更清楚地写下你的提交信息。
答案 1 :(得分:0)
如果您已配置gitweb,则可以将其添加到Hudson的作业配置中,并为其提供更改链接。 (Hudson的git支持默认支持gitweb。)