No commit activity in last 3 years
No release in over 3 years
Receive and display nicely web hooks from GitLab CI in HipChat.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.4.0
~> 4.0
 Project Readme

lita-gitlab-ci-hipchat

Gem Version Build Status Coverage Status Code Climate Dependency Status

Receive and display nicely web hooks from GitLab CI in HipChat.

Installation

Add lita-gitlab-ci-hipchat to your Lita instance's Gemfile:

gem 'lita-gitlab-ci-hipchat', '~> 1.1'

For Lita 3.x, use the 1.0 version of this gem.

Configuration

Lita.configure do |config|
  # The API token for your bot’s user
  config.handlers.gitlab_ci_hipchat.api_token = 'token'
  # The room to be notified (HipChat name, not JID)
  config.handlers.gitlab_ci_hipchat.room = 'my_room'
end

Usage

This handler add a HTTP route at /gitlab-ci. So you have to add a web hook pointing to that URL in GitLab CI (http://lita-bot.tld/gitlab-ci).

License

MIT