Ticket #1792 (closed defect: fixed)
Opened 2013-04-10T10:07:20-05:00
Last modified 2013-04-10T10:26:37-05:00
Enable Jenkins' IRC notifier
Reported by: | dscho | Owned by: | dscho |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Server Admin | Version: | |
Severity: | serious | Keywords: | |
Cc: | curtis | Blocked By: | |
Blocking: | #1608 |
Description
We had the plugin installed for a long time, but it does not work.
Change History
comment:1 Changed 2013-04-10T10:26:37-05:00 by dscho
- Status changed from new to closed
- Resolution set to fixed
I actually fixed this yesterday because it was the IRC plugin that prevented Jenkins from restarting quickly; it took about 11 minutes to start up again after installing new plugins. Now it is back up in less than two minutes (haven't timed it exactly, though).
The problem was that the IRC bot was configured to use SSL but freenode is self-signed, so for security reasons the plugin refuses to connect. It also disabled the IRC bot for the complete Jenkins session, so the reason why we could not get it to run earlier was that you had to restart Jenkins after switching off SSL.