-
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