-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins version 2.434
After updating to version 2.434 in a view the list of jobs had only an icon if it is a freestyle job. For our Gitlab multibrach pipeline jobs only a placeholder for the icon was visible.
This is what my browser showed as HTML for the broken icons:
<img src="/gitlab-logo"> <img>
I guess https://github.com/jenkinsci/jenkins/pull/8705 caused this issue. After rolling back to version 2.433 the icons are showing up again.
After rollback to 2.433:
<img src="/static/a3c38c1a/plugin/gitlab-branch-source/images//gitlab-logo.svg" alt="Multibranch Pipeline" tooltip="Multibranch Pipeline" style="width: 16px; height: 16px; " class="gitlab-logo icon-sm" title="Multibranch Pipeline"> <img src="https://example.com/gitlab-avatar/3890659c9cb27e91ac1fc2950b84e9a4?size=16x16" alt="Multibranch Pipeline" tooltip="Multibranch Pipeline" class="icon-sm" title="Multibranch Pipeline">
- duplicates
-
JENKINS-72576 Icons missed for Jobs that are using StatusIcon interface to provide icon src
-
- Closed
-
- is duplicated by
-
JENKINS-72576 Icons missed for Jobs that are using StatusIcon interface to provide icon src
-
- Closed
-
-
JENKINS-72599 Project icons missing
-
- Closed
-
- links to
[JENKINS-72407] Build status icon missing for multibranch pipeline
Remote Link | New: This issue links to "Github PR #8705: Use symbols for build status (Web Link)" [ 29116 ] |
Attachment | New: should look so.png [ 61645 ] |
Description |
Original:
After updating to version 2.434 in a view the list of jobs had only an icon if it is a freestyle job. For our Gitlab multibrach pipeline jobs only a placeholder for the icon was visible.
This is what my browser showed as HTML for the broken icons: {code:html} <img src="/gitlab-logo"> <img> {code} I guess [https://github.com/jenkinsci/jenkins/pull/8705] caused this issue. After rolling back to version 2.433 the icons are showing up again. After rollback to 2.433: {code:html} <img src="/static/a3c38c1a/plugin/gitlab-branch-source/images//gitlab-logo.svg" alt="Multibranch Pipeline" tooltip="Multibranch Pipeline" style="width: 16px; height: 16px; " class="gitlab-logo icon-sm" title="Multibranch Pipeline"> <img src="https://example.com/gitlab-avatar/3890659c9cb27e91ac1fc2950b84e9a4?size=16x16" alt="Multibranch Pipeline" tooltip="Multibranch Pipeline" class="icon-sm" title="Multibranch Pipeline"> {code} |
New:
After updating to version 2.434 in a view the list of jobs had only an icon if it is a freestyle job. For our Gitlab multibrach pipeline jobs only a placeholder for the icon was visible.
This is what my browser showed as HTML for the broken icons: {code:html} <img src="/gitlab-logo"> <img> {code} I guess [https://github.com/jenkinsci/jenkins/pull/8705] caused this issue. After rolling back to version 2.433 the icons are showing up again. After rollback to 2.433: {code:html} <img src="/static/a3c38c1a/plugin/gitlab-branch-source/images//gitlab-logo.svg" alt="Multibranch Pipeline" tooltip="Multibranch Pipeline" style="width: 16px; height: 16px; " class="gitlab-logo icon-sm" title="Multibranch Pipeline"> <img src="https://example.com/gitlab-avatar/3890659c9cb27e91ac1fc2950b84e9a4?size=16x16" alt="Multibranch Pipeline" tooltip="Multibranch Pipeline" class="icon-sm" title="Multibranch Pipeline"> {code} !should look so.png|thumbnail! |
Assignee | Original: Parichay Barpanda [ baymac ] |
Remote Link | Original: This issue links to "Github PR #8705: Use symbols for build status (Web Link)" [ 29116 ] |
Summary | Original: Build status icon missing for multibranch pipeline missing | New: Build status icon missing for multibranch pipeline |
Environment | New: Jenkins version 2.434 |
Link |
New:
This issue duplicates |
Assignee | New: Markus Winter [ mawinter69 ] |