From 2773726084f3e87671add94c984ea045e7a2c4e3 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 02:38:46 -0700 Subject: [PATCH] Created Campfire plugin (markdown) --- Campfire-plugin.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Campfire-plugin.md 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