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

Multibranch jobs with a different display name do not work

    • Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 2

      We use a different workflow branch factory than the default for GitHub multibranch pipeline jobs, and the branch factory sets a display name that is sometimes different than the actual branch name. When using this plugin and using getRunUrl, it uses the display name of the job instead of the actual job name, which results in non-rendering pages, etc in the UI.

      I'm not sure of the proper fix here, as this may be valid for non-GH multibranch pipeline jobs. Looking at how the classic URL provider plugin handles this (following it down the chain from the plugin itself), it appears that this uses item group names, etc to get this right.

      It's also possible that using getName instead of getDisplayName will just work in all cases, not sure.

          [JENKINS-47073] Multibranch jobs with a different display name do not work

          Brian Saville created issue -
          James Dumay made changes -
          Epic Link New: JENKINS-43952 [ 181484 ]
          James Dumay made changes -
          Sprint New: Blue Ocean 1.4 - beta 1 [ 401 ]

          Code changed in jenkins
          User: Ivan Meredith
          Path:
          src/main/java/org/jenkinsci/plugins/blueoceandisplayurl/BlueOceanDisplayURLImpl.java
          src/test/java/org/jenkinsci/plugins/blueoceandisplayurl/BlueOceanDisplayURLImplTest.java
          http://jenkins-ci.org/commit/blueocean-display-url-plugin/66008c26273161e9d85f3fe1f2a018e7c591507c
          Log:
          JENKINS-47073: Use getName instead of getDisplayName to build urls

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ivan Meredith Path: src/main/java/org/jenkinsci/plugins/blueoceandisplayurl/BlueOceanDisplayURLImpl.java src/test/java/org/jenkinsci/plugins/blueoceandisplayurl/BlueOceanDisplayURLImplTest.java http://jenkins-ci.org/commit/blueocean-display-url-plugin/66008c26273161e9d85f3fe1f2a018e7c591507c Log: JENKINS-47073 : Use getName instead of getDisplayName to build urls
          James Dumay made changes -
          Sprint Original: Blue Ocean 1.4 - beta 1 [ 401 ] New: Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 2 [ 401, 426 ]
          James Dumay made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Ivan Meredith made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]

          Code changed in jenkins
          User: Ivan Meredith
          Path:
          Jenkinsfile
          src/main/java/org/jenkinsci/plugins/blueoceandisplayurl/BlueOceanDisplayURLImpl.java
          src/test/java/org/jenkinsci/plugins/blueoceandisplayurl/BlueOceanDisplayURLImplTest.java
          http://jenkins-ci.org/commit/blueocean-display-url-plugin/dcb76e26147a0caf01f0288be94d6ea5c2a0d2b2
          Log:
          Jenkins 47073 dont use displayname (#11)

          • JENKINS-47073: Use getName instead of getDisplayName to build urls
          • Add test back
          • Rebuild
          • Updated jenkinsfile
          • build on linux
          • jenkinsfile from Blueocean
          • fix net
          • Git stuff

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ivan Meredith Path: Jenkinsfile src/main/java/org/jenkinsci/plugins/blueoceandisplayurl/BlueOceanDisplayURLImpl.java src/test/java/org/jenkinsci/plugins/blueoceandisplayurl/BlueOceanDisplayURLImplTest.java http://jenkins-ci.org/commit/blueocean-display-url-plugin/dcb76e26147a0caf01f0288be94d6ea5c2a0d2b2 Log: Jenkins 47073 dont use displayname (#11) JENKINS-47073 : Use getName instead of getDisplayName to build urls Add test back Rebuild Updated jenkinsfile build on linux jenkinsfile from Blueocean fix net Git stuff
          Karl Shultz made changes -
          Labels New: testing-notes-reviewed

          Karl Shultz added a comment -

          Karl Shultz added a comment - Testing Notes: An automated test for this is part of the PR .

            imeredith Ivan Meredith
            bksaville Brian Saville
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: