Drone plugin to push messages to Flowdock
jones2026/drone-flowdock
setting | required | description |
---|---|---|
flow_token | yes | Flowdock token for flow that message will be posted to |
message | yes | message that will be posted to Flowdock |
message_type | yes | specify Flowdock MessageType currently supported types are: message , activity |
- name: flowdock
image: jones2026/drone-flowdock
settings:
message: ":red_circle: failure on Drone :point_right: ${DRONE_BUILD_LINK}"
flow_token:
from_secret: FLOWDOCK_TOKEN
when:
status:
- failure