A Buildkite plugin for sending incoming webhook notifications setup on specific MS Teams channels.
These are all the options available to configure this plugin's behaviour.
The incoming webhook URL configured for a specific channel.
The message to include in the payload sent to the Teams channel
Show how your plugin is to be used
steps:
- label: "💭 Sending Teams Notification"
plugins:
- teams-notification#1.0.0:
webhook_url: "<webhook_url>"
message: "From Buildkite with Love"
If you want to change the plugin behaviour:
steps:
- label: "💭 Sending Teams Notification"
plugins:
- teams-notification#1.0.0:
webhook_url: "<webhook_url>"
message: "From Buildkite with Love"
You can use the bk cli to run the pipeline locally:
bk local run
The unit tests are written using BATS. You can test locally with:
make test
Or using Docker Compose:
docker-compose -f docker-compose.yml run --rm tests
Your policy on how to contribute to the plugin!
The package is available as open source under the terms of the MIT License.