/jx-slack

A Jenkins X plugin for receiving Slack notifications about pipeline events

Primary LanguageGoApache License 2.0Apache-2.0

slack

The Slack app for Jenkins X provides integration with Jenkins X and Slack

This has been developed and tested so far using pipelines triggered by commits from GitHub and deployed using Jenkins X on Google Container Engine.

Features

  • Sends a message when a build starts on any of the projects inside the cluster updating the message in real time as your pipeline progresses. Works for both pipelines and releases. Can be a DM or to a room.

  • Sends a message when a Pull Request is created, CC'ing the reviewers allocated and updates the message as the PR gets approved/merged. Can be a DM or to a room. Message gets updated as PR status changes (e.g. builds passing, merged etc.)

Feedback

Got any great ideas we can add to the Slack App? If so Raise a issue here

Install the app

See the Install Guide

Development

The slack app was developed against a cluster using Helm 3, for faster iterations you can run...

./build-deploy.sh

Note this is just for testing as it does not integrate with Jenkins X GitOps