It's not the jabber user you have to have permissions for it is the user you tell jabber to login to Jenkins with. On the global Jenkins config page there is a section for Jabber, this includes the "Jabber ID," which is what I'm guessing you gave permissoins for. If you click the advanced button you get a textbox to set the "Jenkins Username." "Jenkins Username" needs to be set to a user that has permission in your system. Hope that is clear.
Will On 05/29/13 14:32, spacegoose wrote: Thanks Will, On Wednesday, May 29, 2013 10:29:45 AM UTC-4, William Soula wrote: Do you have the jenkins url correct in the global config of jenkins? Doh, I updated that, and it seems to be working. Does your user that jabber is using to login to jenkins with have the correct permissions? I subsequently added the Jabber user to both the main permissions grid, and the project one - gave overall read, and read / build for project. Still the bot won't respond properly. Here's what I type and the response: !status CMS-deploy-resolved user: unknown job CMS-deploy-resolved !build CMS-deploy-resolved now user: syntax is: 'build <job> [now|<delay>[s|m|h]] [<parameterkey>=<value>]*' Any idea on how to customize the IM message, taglines, etc.? Thanks, Bill The commands all work for us and the links are correct. Will ________________________________ From: [email protected]<javascript:> [[email protected]<javascript:>] on behalf of spacegoose [[email protected]<javascript:>] Sent: Tuesday, May 28, 2013 4:59 PM To: [email protected]<javascript:> Subject: Jabber Plugin Issue How do I customize the IM sent by the Jabber IM plugin? I'm using Jenkins 1.514 and 1.25 plugins. I notice: "see class BuildToChatNotifier" ... how can I change this, where is it? I would like to be able to use Jenkins environment variables similar to the email plugin, e.g. https://jenkins/job/$PROJECT_NAME/$BUILD_NUMBER/ Since our Jenkins is https via Apache, the default :8080 that is used in the IM is a dead link. An option to configure the IM message, similar to the e-mail plugin, on a global or per job basis would be great. Likewise, it would be nice to configure the "Yawn, I'm so bored" and or other messages / taglines that may be used. Additionally, for whatever reason, !status <job> doesn't work - gives "unknown job" - I also tried !status -v <job> and !status <job> -v and got either the same unknown job or java exception. The other commands also are not working, are there some permissions I need to give? Thanks for your help! Bill -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<javascript:>. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
