jenkins-job-builder/tests/publishers/fixtures/flowdock002.yaml
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
290 B
YAML

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