Details
-
Bug
-
Status: Resolved (View Workflow)
-
Trivial
-
Resolution: Fixed
-
Ubuntu, Jenkins 1.509.2, IRC plugin 2.23, instant-messaging plugin 1.28
Description
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://...
I've created a pull request for this, but I'm not sure how to test it:
https://github.com/jenkinsci/ircbot-plugin/pull/13
I think I should be able to build an .hpi file and install it via https://jenkins.example.com/pluginManager/advanced? Only I'm not familiar with the Java build ecosystem. If you could give me some tips on what to do after cloning https://github.com/jenkinsci/ircbot-plugin, I'd appreciate it (I'm on Ubuntu 13.10).