hbakkum / rundeck-hipchat-plugin

Sends rundeck notification messages to a HipChat room
Apache License 2.0
15 stars 15 forks source link

Hipchat plugin does not work #17

Open MiiguelTeleco opened 6 years ago

MiiguelTeleco commented 6 years ago

Hi everyone,

I am configuring Rundeck in my work and I want to receive all notifications from jobs via Hipchat. I have found this plugin: https://github.com/hbakkum/rundeck-hipchat-plugin

I copied .jar file in Rundeck libext directory and now I see Hipchat option in Job notification. Despite the fact that I wrote the room ID and I get a token to allow Rundeck sends notifications to this room, nothing happens..

I saw this topic: https://github.com/rundeck/rundeck/issues/764

Also I am getting this logs:


2018-01-31 15:15:12,122 [quartzScheduler_Worker-3] INFO  grails.app.services.rundeck.services.ExecutionUtilService - Execution successful: 13 in project proyecto_prueba
2018-01-31 15:15:12,501 [quartzScheduler_Worker-3] INFO  grails.app.services.rundeck.services.ExecutionService - updated scheduled Execution
2018-01-31 15:15:31,088 [quartzScheduler_Worker-4] ERROR grails.app.services.rundeck.services.PluginService - Notification: configuration was not valid for plugin 'HipChatNotification': apiAuthToken: required

is Hipchat plugin working wrong because last update was in 2016 or Am I configuring something wrong?

Thanks beforehand.

Regards, Mike.

hbakkum commented 6 years ago

Hi Mike,

The issue you linked was related to lack of support for the hipchat v2 api, but this has since been resolved. Can you confirm that you have added your hipchat api token to either your rundeck framework.properties (property is: framework.plugin.Notification.HipChatNotification.apiAuthToken=value) or in your project.properties for your rundeck project (property is: project.plugin.Notification.HipChatNotification.apiAuthToken=value)

Cheers, Hayden

AkshaySiwal commented 6 years ago

@MiiguelTeleco have you fixed it? if yes can you share here what you did in order to fix it as i am facing same issue.