This is a bamboo plugin for sending notifications to RocketChat Channel.
Just a reminder of the License, this is provided "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND".
- Download the jar from this github project Release Tab
- Go to your Manage add-ons tab in Bamboo administration
- Click on Upload add-on and pick-up the jar you previously downloaded
- Go to your RocketChat Server tab in Bamboo administration
- Fill all the fields, be careful the Server url should end with /api/v1
You can now use it from the Notifications tab in your plan configuration.
At this time, you can't use LDAP accounts and must use RocketChat local accounts.
- Bamboo v6.0.0
- Bamboo v6.1.1
- It might work with other versions and I'll really appreciate that you tell me if it works with your version
- Download and install the Atlassian Plugin SDK.
- Run atlas-package from the project root.
- Grab your jar file that has just been generated in the newly created target directory.
I would like to specially thanks guys from Sofico for sharing their code with the world. Original code can be found here BitBucket.
This work is a hundred percent derivated from Sofico's code.