Maven BuildNumber 插件:如何获得短哈希
有没有办法使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论