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

Support Multi-configuration jobs of Jenkins in Bitbucket Builds

XMLWordPrintable

      Currently, Bitbucket doesn't seem to work well with Multi-configuration jobs(for example Matrix Job in Jenkins), the links to the Logs and the Artifacts in the Bitbucket builds page is incorrectly generated for the subtasks.

      For example

      The correct links of the console and its artifacts from Jenkins

      https://jenkins/job/TEST/A=1,B=2/3/console
      https://jenkins/job/TEST/A=1,B=2/3/ws
      

      Links generated by Bitbucket

      https://jenkins/job/TEST/job/A=1,B=2/3/console
      https://jenkins/job/TEST/job/A=1,B=2/3/ws
      

      Problem: There is an additional "/job" pattern in the Bitbucket generated link.

            Unassigned Unassigned
            dkingston Danny
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: