DamienBitrise / bitrise-slack-alert-bot

Simple Rules Engine to alert when Bitrise builds meet certain conditions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitrise-slack-alert-bot

Simple Rules Engine to alert when Bitrise builds meet certain conditions

Run Locally

Install Dependencies

npm i

Running Slack Alert Bot

node index.js

Run on Repl.it

Run on Repl.it

Configuring Bitrise Build Webhook

Adding new Alert Rules

In rules.js you can add new rules

You will need to handle new rules here rules.js

Slack Notification

You will need to add your Slack Webhook URL here

You can update the format and contents of the slack notification in utils.js

About

Simple Rules Engine to alert when Bitrise builds meet certain conditions

License:MIT License


Languages

Language:JavaScript 100.0%