2 Campfire plugin
Mike Bronner edited this page 2015-09-30 07:24:05 -07:00

This plugin joins a Campfire room and sends a user-defined message, for example a "Build Succeeded" message.

Configuration

Options

  • authToken [string, required] - Your Campfire user authentication token.
  • message [string, required] - The message to send to the room.
  • roomId [string, required] - Your Campfire room ID number.
  • url [string, required] - Your Campfire chat room URL.

Example

  build_settings:
    campfire:
      authToken: "campfire auth token"
      roomId: "campfire room ID"
      url: "campfire URL"
  success:
    campfire:
      message: "Build succeeded!"