John Patterson 0088216518 Adding Flowdock as a supported publisher
This change adds support for publishing build status to Flowdock via the
Flowdock plugin (https://github.com/jenkinsci/flowdock-plugin). The
plugin gives the ability to publish directly to a flow via a (mandatory)
API token supplied by the user.

Change-Id: Ibceecfe19e05e40e13547257e45d9b826e197d4b
2015-07-13 14:25:05 -04:00

12 lines
291 B
YAML

publishers:
- flowdock:
token: abcdefghijklmnopqrstuvwxyzabcdef
tags: jenkins,ci
chat-notification: false
notify-success: false
notify-failure: false
notify-fixed: false
notify-unstable: true
notify-aborted: true
notify-notbuilt: true