Maven BuildNumber 插件:如何获得短哈希

发布于 2025-01-01 15:02:52 字数 354 浏览 0 评论 0原文

有没有办法使用 git 配置 buildNumber 插件作为 SCM 提供程序,以获得短提交 id。 实际上,这个插件工作正常,但 id 太长:b0c1c69be579175e63eeb1c056d607f01ab61e96

我想要较短的版本:b0c1c69 使用 git 命令行,可以按照

 git rev-parse --short HEAD

所述 获取短 git 版本哈希

Is there any way to configure the buildNumber plugin with git as SCM provider in order to get the short commit id.
Actually, this plugin work fine, but the id is too long : b0c1c69be579175e63eeb1c056d607f01ab61e96

I would like to have the shorter version : b0c1c69
With git command line it can be done with

 git rev-parse --short HEAD

As described Get the short git version hash

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文