-
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
-
[JENKINS-63070] Automatically add "Bitbucket" hyperlink to sidebar
Issue Type | Original: Improvement [ 4 ] | New: New Feature [ 2 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Kristy Hughes [ khughes ] | New: Martin Henschke [ mhenschke_atlassian ] |
Description |
Original:
In a multibranch 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. * In each branch, the link points to the Bitbucket Server page that compares that branch with the default branch. 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. |
New:
In a multibranch 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: http://\{host\}:7990/projects/\{project\}/repos/\{repo\}/commits?until=\{ref\} |
Description |
Original:
In a multibranch 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: http://\{host\}:7990/projects/\{project\}/repos/\{repo\}/commits?until=\{ref\} |
New:
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: http://\{host\}:7990/projects/\{project\}/repos/\{repo\}/commits?until=\{ref\} |
Description |
Original:
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: http://\{host\}:7990/projects/\{project\}/repos/\{repo\}/commits?until=\{ref\} |
New:
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\} |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Labels | New: tracked-by-atlassian |
Released As | New: 2.1.1 | |
Resolution | New: Done [ 10000 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |