/semaphore2pushbullet

A simple forwarding mechanism from semaphore CI to pushbullet notifications.

Primary LanguageJavaScript

semaphore2pushbullet

This is a simple webtask (see http://webtask.io) to forward build and deploy notifications from the semaphore CI (http://www.semaphoreci.com) to the pushbullet notification service (http://www.pushbullet.com).

You need to set two secrets (kind of encrypted ENVs) in the webtask interface:

pushbullet_token: YOUR_PUSHBULLET_TOKEN
show_emails: ["email@example.com", "another@example.com"]

The pushbullet_token is the token for your pushbullet account API access. The show_emails variable is a JSON array of all authors you want get notifications from.

Website

This code can be found at http://www.github.com/hildensia/semaphore2pushbullet

Licence

Copyright (c) 2017 Johannes Kulick. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • The names of its contributors must not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.