Closed quasarea closed 6 years ago
is there a way of making use of icons from other plugins, i.e. blueocean badge would be useful, while the icon is located in: ${env.JENKINS_URL}/static/9e574a2b/plugin/blueocean-rest-impl/images/48x48/blueocean.png
${env.JENKINS_URL}/static/9e574a2b/plugin/blueocean-rest-impl/images/48x48/blueocean.png
yes there is. I've updated the readme.
addBadge(icon: "/static/8361d0d6/images/16x16/help.png", text: "help")
https://github.com/jenkinsci/badge-plugin#other-plugin-icons
is there a way of making use of icons from other plugins, i.e. blueocean badge would be useful, while the icon is located in:
${env.JENKINS_URL}/static/9e574a2b/plugin/blueocean-rest-impl/images/48x48/blueocean.png