詹金斯文件查看器

发布于 2024-12-07 04:10:17 字数 113 浏览 2 评论 0原文

我正在新的 Jenkins CI 服务器上设置我们的构建。我注意到的一件事是我看不出变化有什么不同,但我不太喜欢这一点。

詹金斯知道哪些文件已被修改/删除,但我看不到在哪里可以看到这些文件的差异?

I'm in the process of setting up our builds on our new Jenkins CI server. One thing I've noticed, which I don't really like is that I can't see a difference in the changes.

Jenkins knows what files have been modified/deleted but I cannot see where I can see the diff of those files?

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

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

发布评论

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

评论(1

山有枢 2024-12-14 04:10:17

Jenkins 本身并不计算差异,而是让您链接到一个可以计算差异的工具,例如 GitHub 上的差异或 ViewSVN 实例等。

例如,在 Apache 的 Jenkins 实例上,您可以在每个实例旁边看到一个“ViewSVN”链接更改:
https://builds.apache.org/job/ActiveMQ/changes

这取决于你的SCM 和您通常用于浏览差异的工具,但应该有一个 Jenkins 可用插件对于 你。

如果没有,自己编写应该很简单:)

Jenkins does not calculate diffs itself, but instead lets you link to a tool that does, such as a diff on GitHub, or a ViewSVN instance etc.

For example, on Apache's Jenkins instance, you can see a "ViewSVN" link next to each change:
https://builds.apache.org/job/ActiveMQ/changes

It depends on your SCM and the tool you normally use for browsing diffs, but there should be a Jenkins plugin available for you.

If not, it should be trivial to write your own :)

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