Created Campfire plugin (markdown)

Dan Cryer 2013-10-17 02:38:46 -07:00
commit 2773726084

12
Campfire-plugin.md Normal file

@ -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.