I have a Pipeline job that has a parameter for the BRANCH_NAME to specify which branch to build from my bitbucket repo. I use this in the Branch Specifier as ${BRANCH_NAME} in the pipeline definition (Pipeline script from SCM).
The builds run fine, except that in the Blue Ocean UI it doesn't list the branch or commit info. Any way I can get this to appear?