Skip to content

LumixximuL/drone-flowdock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

drone-flowdock

Drone plugin to push messages to Flowdock

Image name:

jones2026/drone-flowdock

Settings

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

Example usage

- 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

About

Drone plugin to push messages to flowdock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 86.3%
  • Dockerfile 13.7%