Skip to content

convidera/slack-reporter-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slack Reporter Buildkite Plugin

Reports status to Slack before/after a Buildkite step is executed.

Example

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

Configuration

  • token - Name of env var containing Slack token

  • channel - Name of env var containing Slack ChannelID

Developing

To lint the plugin.yml file:

docker-compose run --rm lint

To run the tests:

docker-compose run --rm tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages