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.
- 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.)
Got any great ideas we can add to the Slack App? If so Raise a issue here
See the Install Guide
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