diff --git a/Campfire-plugin.md b/Campfire-plugin.md new file mode 100644 index 0000000..317ebd2 --- /dev/null +++ b/Campfire-plugin.md @@ -0,0 +1,12 @@ +This plugin joins a [Campfire](https://campfirenow.com/) room and sends a user-defined message, for example a "Build Succeeded" message. + +### Configuration Options: + +* **message** - Required - The message to send to the room. + +### Build Settings + +* **campfire** - All child properties are required. + * **url** - Your Campfire chat room URL. + * **authToken** - Your Campfire user authentication token. + * **roomId** - Your Campfire room ID number. \ No newline at end of file