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

Jenkins auto linkification for Bugzilla is broken on the build page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • bugzilla-plugin
    • Jenkins ver. 2.7.3

      On the job's main page, Recent Changes correctly link to Bugzilla bugs. However, if we go to specific builds' Recent Changes, links are broken.

      On a build's page, something like the following is shown
      <a href='https://bugzilla/.../?id=1234'>Bug 1234</a> - $COMMIT_MESSAGE

      which should have been like $LINK_TO_BUG1234 $COMMIT_MESSAGE

      From the page's source, it looks like all leading angled brackets are missing from the beginning of the Bugzilla URL's. For example

      &lt;a href='https://bugzilla/.../?id=1234'>Bug 1234&lt;/a>&lt;br>$COMMIT_MESSAGE

            mdonohue mdonohue
            daryaa Darya A.Z.
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: