|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

This looks like the names of the jobs didn't get broken into separate terms on your system.
Could you use your browser's dev tools to check whether there are <wbr></wbr> tags between parts of the job name in the queue?
If the AJAX reloading of the queue interferes with that, disconnect the network form your machine or (on a test instance) shut Jenkins down. This should stop replacing the queue DOM elements.
If you're able to reproduce the problem on a test instance, that would be best. I failed to see this problem on 1.596.1 with the job names you provided.
Please also make sure there is no custom _javascript_ running on the instance (e.g. Simple Theme Plugin).