Skip to content

Commit

Permalink
docs: add screenshots of slack bot features
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Mar 19, 2020
1 parent d7c898d commit d186ef9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# slack - NOT YET READY FOR USE
# slack - VERY EARLY ALPHA

WARNING: This is an experimental Jenkins X Labs project, it is likely to have significant change and APIs may break while
we gather feedback and aim to get it into an alpha state.
Expand All @@ -10,8 +10,13 @@ This has been developed and tested so far using pipelines triggred by commits fr
## 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.

![](./docs/images/room.png)

* 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.)

![](./docs/images/dm.png)

## Future ideas
* Can be configured to send failure messages when release pipelines fail
* Integrate with traceability
Expand Down
Binary file added docs/images/dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/room.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d186ef9

Please sign in to comment.