build-monitor-plugin
build-monitor-plugin copied to clipboard
broken Emoji's on Monitor View Title
Hi,
we have defined a views.groovy which creates our Kenkins Monitor View. Inside this views.groovy we inserted Emojis. The complete jenkins is running with UTF8 also the -Dfile.encoding=UTF-8 is set.
When we deploy our View via a Seed, we are getting following Emojis in the title of the Monitor Board:
instead of:
in the views.groovy the emojis are difened as:
def color = ['🍅', '🥦', '🐟']
The Emojis are displayed correctly, if we configure the view after the Jenkins completed his Seed.
Is this some kind of Bug from the Plugin? Because in all Files (on the Host / Inside Jenkins Container / inside Git) the emojis are normally visible.
Best regards