A release train manager for Slack
347
A Slack bot which announces the schedule of a software release train. Can be deployed to Cloud Foundry or any other server/platform.
Train Conductor is configured using environment variables:
SLACK_API_TOKEN - Your Slack API tokenSLACK_WEBHOOK_URL- The webhook to use (must be configured to use the correct channel)START_DATE - When the release train leaves for the first time (e.g. "16/03/2016")SCHEDULE_TIME - The time of day on which the train leaves (e.g. "14:00")INTERVAL_DAYS - How many days between departuresSLACK_CHANNEL- Optional. The slack channel to use (defaults to "#release")npm installnpm run start:devnpm installnpm run buildnpm startThe image is available on Docker Hub
npm run build:dockerContent type
Image
Digest
Size
95.5 MB
Last updated
over 5 years ago
docker pull mastertinner/train-conductor