-
Bug
-
Resolution: Fixed
-
Trivial
-
Ubuntu, Jenkins 1.509.2, IRC plugin 2.23, instant-messaging plugin 1.28
When a build fails, jenkins messages me privately on IRC to say
Build app isSTILL FAILING: https://...
("app" is the project name, "STILL FAILING" is bold red).
Note the missing space between "is" and the build status.
Public notifications to the channel are also missing a space in front of the build status:
Project app build #2129:STILL FAILING in 19 min: https://...
There's clearly a space after 'is', as you can confirm for yourself:
https://github.com/jenkinsci/instant-messaging-plugin/blob/master/src/main/java/hudson/plugins/im/build_notify/BuildToChatNotifier.java#L66
Have you confirmed that this is not some visual artifact or your IRC client - e.g. C&P the message into a Text editor to see if there's really no whitespace?