LEXASOFT / PHPCI-Telegram-Plugin

Telegram plugin for PHPCI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SensioLabsInsight

Codacy Badge

PHPCI-Telegram-Plugin

Telegram plugin for PHPCI

Installation

First of all - composer require lexasoft/phpci-telegram-plugin

Add to project

In the PHPCI Project config section add the Telegram trigger

complete:
    telegram:
        api_key: "<YOUR_BOT_TOKEN_HERE>"
        message: [%ICON_BUILD%] [%PROJECT_TITLE%](%PROJECT_URI%) - [Build #%BUILD%](%BUILD_URI%) has finished for commit [%SHORT_COMMIT% (%COMMIT_EMAIL%)](%COMMIT_URI%) on branch [%BRANCH%](%BRANCH_URI%)
        recipients:
            - <user id>
            - "-<group id>"
            - "@<channel id>"
        send_log: true

About

Telegram plugin for PHPCI

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%