-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
The Git BuildData html snippet can be improved by adding hyperlinks to different pieces of information:
1. The revision can be a hyperlink to a diff
2. The repository could be a hyperlink even if ssh (JENKINS-75285)
3. Each ref can be a hyperlink
Items would only be hyperlinks if a git browser was setup. The git browser the each GitSCM
used would need to be persisted in the BuildData object.
Each GitRepositoryBrowser would need to implement a getRefLink method
Originally reported by mrichar2, imported from: Git build summary clickable links
- status: Open
- priority: Minor
- component(s): git-plugin
- resolution: Unresolved
- votes: 1
- watchers: 1
- imported: 2025-12-02
Raw content of original issue
The Git BuildData html snippet can be improved by adding hyperlinks to different pieces of information: 1. The revision can be a hyperlink to a diff 2. The repository could be a hyperlink even if ssh (JENKINS-75285) 3. Each ref can be a hyperlink
Items would only be hyperlinks if a git browser was setup. The git browser the each GitSCM used would need to be persisted in the BuildData object.
Each GitRepositoryBrowser would need to implement a getRefLink method
