Skip to content

ykorzikowski/drone_plugin_teams

 
 

Repository files navigation

Drone plugin for notification on Microsoft Teams

Sample drone.yml content for notification

---
kind: pipeline
type: docker
name: default

steps:
  <...>


  - name: notify
    image: ykorzikowski/drone_plugin_teams
    settings:
      webhook: https://outlook.office.com/webhook/<..>
    environment:
      TZ: Europe/Brussels
    when:
      branch: master
      status: [ success, failure ]
Test me:
docker run -e TZ=Europe/Brussels -e DRONE_TAG=TEST -e DRONE_BUILD_FINISHED=1585848656 -e PLUGIN_WEBHOOK=https://outlook.office.com/webhook/<...> ykorzikowski/drone_plugin_teams

notification notification-error

About

Drone plugin for notification on Microsoft Teams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.9%
  • Dockerfile 9.1%