We're using jenkins with the git plugin (github remote), and in the "branches to build" we specify "**", which builds any branch that was changed.
However, the "changes" screen displays only the git commits sha1 and commit message. Is there any simple way to add the branch name to the text? or even better, to the jenkins build ID?
Might be related to How to receive local Git branch name with Jenkins Git plugin?, but not sure how to use that info...