-
Bug
-
Resolution: Unresolved
-
Major
-
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
<a href='https://bugzilla/.../?id=1234'>Bug 1234</a><br>$COMMIT_MESSAGE
[JENKINS-38581] Jenkins auto linkification for Bugzilla is broken on the build page
Attachment | New: bugzilla_hyperlink.png [ 34406 ] |
Description |
Original:
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 <a href='https://bugzilla/.../?id=1234'>Bug 1234</a><br>$COMMIT_MESSAGE |
New:
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 |