-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: jabber-plugin
-
None
-
Environment:Linux Ubuntu 8.02, Tomcat 7.0.19, LDAP User Authentication (Matrix style), i'am using the newest version of Pidgin to talk to the bot.
Hello, i installed and configured the jabber plugin. The bot tells me if the a build fails, but i cant start a build:
(14:53:32) Hagen (GT): ! build cfm
(14:53:32) Jenkins: hagen: syntax is: 'build <job> [now|<delay>[s|m|h]] [<parameterkey>=<value>]*'
System log tells nothing about a problem. Tomcat log tells nothing about a problem.
This is my hudson.plugins.jabber.im.transport.JabberPublisher.xml:
<?xml version='1.0' encoding='UTF-8'?>
<hudson.plugins.jabber.im.transport.JabberPublisherDescriptor>
<enabled>true</enabled>
<port>5222</port>
<hostname>talk.google.com</hostname>
<hudsonNickname>jenkins.**********@googlemail.com</hudsonNickname>
<hudsonPassword>**********</hudsonPassword>
<exposePresence>true</exposePresence>
<enableSASL>false</enableSASL>
<commandPrefix>!</commandPrefix>
<defaultIdSuffix></defaultIdSuffix>
<hudsonCiLogin></hudsonCiLogin>
<hudsonCiPassword></hudsonCiPassword>
<subscriptionMode>accept_all</subscriptionMode>
<proxyType>NONE</proxyType>
<proxyPort>3128</proxyPort>
</hudson.plugins.jabber.im.transport.JabberPublisherDescriptor>