I can duplicate the problem. Thanks for the bug report!
I took the same steps that you described:
- Create a multibranch pipeline (or organization folder) with either Git, GitHub, or Gitea as branch source provider
- Click the "Scan organizational log" link
- See the broken image
The same issue happens for the git branch source provider and the gitea branch source provider so long as the scan organization folder log does not exist. Once the scan has generated some output, the problem is no longer visible.
The missing image seems to be /images/48x48/grey.png An image with that name is referenced in core/src/main/java/org/jenkins/ui/icon/IconSet.java. There are images for light-grey.png and dark-grey.png, but no image for grey.png in the war/src/main/webapp/images/48x48 directory
notmyfault could this be related to the image changes?
I can duplicate the problem. Thanks for the bug report!
I took the same steps that you described:
The same issue happens for the git branch source provider and the gitea branch source provider so long as the scan organization folder log does not exist. Once the scan has generated some output, the problem is no longer visible.
The missing image seems to be /images/48x48/grey.png An image with that name is referenced in core/src/main/java/org/jenkins/ui/icon/IconSet.java. There are images for light-grey.png and dark-grey.png, but no image for grey.png in the war/src/main/webapp/images/48x48 directory
notmyfault could this be related to the image changes?