Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

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

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages