![John Patterson](/assets/img/avatar_default.png)
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
12 lines
290 B
YAML
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
|