-
New Feature
-
Resolution: Fixed
-
Minor
-
Jenkins 2.235.1
Pipeline: Multibranch 2.21
Bitbucket Branch Source Plugin 2.8.0
Bitbucket Server Integration 2.0.0
-
-
3.0.0
In a Multibranch Pipeline project using Bitbucket Branch Source Plugin, a "Bitbucket" hyperlink is automatically added to the Jenkins sidebar:
- In the multibranch project itself, the link points to the front page of the repository in Bitbucket Server:
http://{host}:7990/projects/{project}/repos/{repo} - In each branch, the link points to the Bitbucket Server page that compares that branch with the default branch:
http://{host}:7990/projects/{project}/repos/{repo}/compare/commits?sourceBranch={ref} - In each pull request, there is a link.
I would like Bitbucket Server Integration to add similar hyperlinks. Except perhaps the per-branch link could point to the commit list of the branch instead, as that would have something to display for the default branch:
http://{host}:7990/projects/{project}/repos/{repo}/commits?until={ref}
- relates to
-
JENKINS-63071 Automatically configure "bitbucketweb" repository browser for Bitbucket Server Integration
- Closed