Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Conversation

@emanuelflp
Copy link

As Jenkins move to use SVG as default in your internal images, this PR adjusts to use it. See Here

Resolves this Issue

@emanuelflp emanuelflp changed the title feat: change from png to svg JENKINS-68249 - change from png to svg Jan 7, 2023
@ibmboy19
Copy link

Anyone to approve and merge this?

html.push('&nbsp;<a id="startpipeline-' + c +'" class="task-icon-link" href="#" onclick="triggerBuild(\'' + component.firstJobUrl + '\', \'' + data.name + '\')">');
}
html.push('<img class="icon-clock icon-md" title="Build now" src="' + resURL + '/images/24x24/clock.png">');
html.push('<img class="icon-clock icon-md" title="Build now" src="' + resURL + '/images/24x24/clock.svg">');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be '/images/svgs/clock.svg'

@piotrwach
Copy link

piotrwach commented Mar 6, 2024

The same issue his being fixed here: #347

just fyi, we are also affected by this, and we would appreciate if this fix lands in the next plugin version if possible :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants