Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-63070

Automatically add "Bitbucket" hyperlink to sidebar

XMLWordPrintable

    • 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}

            mhenschke_atlassian Martin Henschke
            kon Kalle Niemitalo
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: