Reports status to Slack before/after a Buildkite step is executed.
Add the following to your pipeline.yml
:
steps:
- command: echo 'Deploy preview created'
plugins:
- convidera/slack-reporter#v1.0.0:
token: SLACK_TOKEN
channel: SLACK_CHANNEL
-
token
- Name of env var containing Slack token -
channel
- Name of env var containing Slack ChannelID
To lint the plugin.yml
file:
docker-compose run --rm lint
To run the tests:
docker-compose run --rm tests