imclem / Bamboo-RocketChat

A rocketchat notification plugin for bamboo
Other
2 stars 8 forks source link

trying on bamboo 5.7.2 #1

Open davison opened 8 years ago

davison commented 8 years ago

If I invoke the rocket chat api calls using curl from the bamboo server, everything is fine but I'm not seeing any notifications with this plugin (or any attempt to send them when using tcpdump on both bamboo and rocketchat).

I've configured the notification to run on all job completions, but nothing is ever triggered and no traffic to rocketchat is ever sent from bamboo. Would really love to have this working.

davison commented 8 years ago
$ curl chat.local.domain/api/login -d "user=bamboo&password=secret"
{
  "status": "success",
  "data": {
    "authToken": "bORxhbZZXd-svuPI-T9oDLGnfz8-tqgAhOZsn0-sz_3",
    "userId": "CcBrz3E7BCWvtiN93"
 }

other api calls also work ok.

In bamboo server config, I have listed the rocketchat server as chat.local.domain/api and used the same account details. But since no http traffic ever gets generated to the chat server, it won't be an account misconfiguration.

imclem commented 7 years ago

I'm sorry for the delay of the answer. I don't use rocket chat nor bamboo anymore... I won't be able to help you on that.