No commit activity in last 3 years
No release in over 3 years
Allows to post build status information from HTTP to chat channels.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

>= 4.7
 Project Readme

lita-build-notifications

This extension allows you to register for status changes of build events. It furthermore adds a HTTP POST endpoint to Lita to inform about any build status changes.

Installation

Add lita-build-notifications to your Lita instance's Gemfile:

gem "lita-build-notifications"

Configuration

not required

Usage

Commands

build notify <me|room-id> - notify you or the given room on build events
build list receivers      - list all ids of who will be notified
build clear receivers     - remove all receivers of build events

HTTP Endpoints

Post a JSON in the following form to http://yourlita/build/notify:

{
  "id":"build name or id", 
  "status": "build satatus (e.g. success)"
}