You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Jenkins: 2.457
OS: Linux - 5.10.215-203.850.amzn2.x86_64
Java: 17.0.11 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
Reproduction steps
Create a multibranch folder with a GitLab sourced folder or an item sourced from GitLab with the new item workflow for example on the homepage
View the folder or item and the logo appears correctly on desktop
Switch to mobile view or a mobile device
The GitLab logo no longer displays correctly
Expected Results
GitLab logo src atribute includes the location prefix e.g. /static/1344a80e/plugin/gitlab-branch-source/images/ and the extension .svg
Actual Results
In a mobile view the logo is requested with just: /gitlab-logo
i.e. https://<JENKINS_HOST>/gitlab-logo instead of https://<JENKINS_HOST>/static/1344a80e/plugin/gitlab-branch-source/images//gitlab-logo.svg
This then creates multiple 404s in the monitoring on Jenkins and clutter the logs.
Anything else?
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Jenkins: 2.457
OS: Linux - 5.10.215-203.850.amzn2.x86_64
Java: 17.0.11 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
Reproduction steps
Expected Results
GitLab logo src atribute includes the location prefix e.g.
/static/1344a80e/plugin/gitlab-branch-source/images/
and the extension.svg
Actual Results
In a mobile view the logo is requested with just:
/gitlab-logo
i.e.
https://<JENKINS_HOST>/gitlab-logo
instead ofhttps://<JENKINS_HOST>/static/1344a80e/plugin/gitlab-branch-source/images//gitlab-logo.svg
This then creates multiple 404s in the monitoring on Jenkins and clutter the logs.
Anything else?
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: