IRC Plugin

Plugin Information

Plugin ID ircbot
Latest Release 2.1
Latest Release Date Dec 19, 2009
Changes via Fisheye In Latest Release
Since Latest Release
Maintainer(s) Christoph Kutzinski (id: kutzi)
Issue Tracking Open Issues

This plugin installs Hudson IRC bot on your choice of IRC channels. You can get notifications via IRC and interact with Hudson via IRC. Note that you also need to install the instant-messaging plugin .

Installation Requirements

This plugin needs the instant-messaging plugin. Please ensure that the latest version of this plug-in is also installed.

Features

See the  instant-messaging plugin for a description of the features.

Changelog

Version 2.1

  • new option to inform upstream committers (HUDSON-4629 )
  • Bot uses /msg command to inform channels/users instead of /notice as before. You can restore the old behaviour in the global configuration. (HUDSON-5087 )

Version 2.0

  • This is the first version which is build upon the instant-messaging plugin. Make sure that instant-messaging 1.3 is installed.
  • This version needs Hudson 1.319 or newer
  • Though much care has been taken to migrate settings from previous versions, because of the amount of the changes it cannot be guaranteed that all old settings are migrated correctly!
  • This version supports all options that the Jabber plugin supports. See there for more info.
  • Command responses are no longer send as private messages to the user. Instead they are send to the channel. If you want private messages then send the command as a private message to the bot.

Usage

When you install this plugin, your Hudson configuration page gets additional "IRC Notification" option as illustrated below:

 
In addition, each project should add a "Post-build Actions"> "IRC Notification" configuration as illustrated below:
 

 
For the project configuration, leave the Channels blank to default to the channels defined in the master IRC configration.

Labels:

plugin-trigger plugin-trigger Delete
plugin-notifier plugin-notifier Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Jun 02, 2009

    Josh Koenig says:

    Any possible support for per-channel passwords?

    Any possible support for per-channel passwords?

    1. Nov 22

      Christoph Kutzinski says:

      Should be possible - the biggest problem is how to make the UI for this. Please,...

      Should be possible - the biggest problem is how to make the UI for this. Please, create a new issue tracker item for it.

  2. Jan 08

    Daniel Lindner says:

    I've begun to write a parser API for 2.X style IRC messages of this plugin. The ...

    I've begun to write a parser API for 2.X style IRC messages of this plugin. The API can be used to further process the messages, it just extracts the data.

    The source code can always be found here: http://github.com/dlindner/hudson.irc.plugin.parser

    The first version was created in context of an Open Source Love Day (OSLD): http://schneide.wordpress.com/2009/12/23/open-source-love-day-december-2009/

  3. Jan 12

    Case Taintor says:

    I think in the latest upgrade, the "Hudson username" and "Hudson password" field...

    I think in the latest upgrade, the "Hudson username" and "Hudson password" fields were added (I don't remember them before...).  So, when I upgraded, it added two fields to the plugin xml to store this data, but, I never had the chance to set data for that.  So, Hudson would just never start up -- its startup process would freeze after joining the IRC room.  I eventually started poking around and saw the empty fields and filled them in with some user data, which, fixed my problem.  Anyway, someone else is probably having the same problem.  The xml file I edited was hudson.plugins.ircbot.IrcPublisher.xml .  I have a locked down Hudson, but, haven't had problems with the IRC bot in the past.

  4. Jan 21

    sisko says:

    A feature request ! Support of SSL connections to IRC Servers would be nice ...

    A feature request !

    • Support of SSL connections to IRC Servers would be nice
    • Channelkeys should be supported.