jochettino / fisojo

The ugliest Fisheye CR notifier for Slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fisojo Build Status

Fisojo is a Fisheye code review notifier for Slack

Setting up Fisojo

First of all you need some configuration about where Fisojo should read and write. Please, read how to configure.

Running Fisojo

  • You can run it locally with a config file or using enviroment variables.
  • You can run it into a container using enviroment variables executing something like
$ docker run --env SLACK_WEBHOOK_URL=<URL> --env FISHEYE_FEAUTH=<feauth> --env FISHEYE_BASE_SERVER_URL=<febase> --env FISHEYE_PROJECT_ID=<project> --env FISHEYE_POLLING_FREQUENCY=<freq> fisojo:latest

About

The ugliest Fisheye CR notifier for Slack


Languages

Language:Kotlin 97.1%Language:Shell 1.9%Language:Dockerfile 1.0%