jenkinsci / badge-plugin

Jenkins Badge plugin
https://plugins.jenkins.io/badge/
MIT License
32 stars 43 forks source link

Allow external icons #16

Closed Bananeweizen closed 5 years ago

Bananeweizen commented 5 years ago

I want to use addBadge like this:

addBadge(icon: 'https://myserver/some/image.png', text: 'foobar')

Right now this isn't possible due to the local file path creation in getIconPath(). Is there any workaround?

bakito commented 5 years ago

I did some modifications that should allow external images now

bakito commented 5 years ago

Released wit version 1.7