4

When i run a job in jenkins and view it in the blue ocean view it shows me the short git hash on the top left. I would like this hash to be clickable and link to the github page of that particular commit. Is there a way to do this?

This is the hash i'm talking about.

Enermis
  • 679
  • 1
  • 5
  • 16

2 Answers2

3

This is a bug in Blue Ocean and we aim to have it fixed for the 1.2 release. Watch this ticket for updates.

0

The icon with the box and arrow should be in the top right corner and allow you to go to the old UI to view more details on that build.

enter image description here

gkman
  • 108
  • 1
  • 5
  • I was aware of this button but it just brings me back to the old interface. There i still need to find a clickable link that brings me to the github page of the branch/PR. I can find the git hashes and branch names, but nothing that i can click directly – Enermis Jun 16 '17 at 12:14
  • ah yes, sorry I totally had misunderstood. I have been trying to find a way to do this in general: Github, Gitlab, Bitbucket. No luck. – gkman Jun 19 '17 at 16:39