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