All Projects → drone-plugins → Drone Slack

drone-plugins / Drone Slack

Licence: apache-2.0
Drone plugin for sending Slack notifications

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Drone Slack

deploy-drone
Deploy Drone CI to enable continuous integration ⚡️ on your product
Stars: ✭ 88 (+69.23%)
Mutual labels:  drone
Px4 Autopilot
PX4 Autopilot Software
Stars: ✭ 5,090 (+9688.46%)
Mutual labels:  drone
Drone Slack Blame
Drone plugin to send build status blames via Slack
Stars: ✭ 18 (-65.38%)
Mutual labels:  drone
Odm
A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
Stars: ✭ 3,340 (+6323.08%)
Mutual labels:  drone
Gort
Command Line Interface (CLI) for RobotOps
Stars: ✭ 425 (+717.31%)
Mutual labels:  drone
Drone
🍰 The missing library manager for Android Developers
Stars: ✭ 512 (+884.62%)
Mutual labels:  drone
M4Depth
Official implementation of the network presented in the paper "M4Depth: A motion-based approach for monocular depth estimation on video sequences"
Stars: ✭ 62 (+19.23%)
Mutual labels:  drone
Telloterm
A functioning desktop testbed for flying the Ryze Tello drone via the Go tello package.
Stars: ✭ 37 (-28.85%)
Mutual labels:  drone
Flask Restful Example
flask后端开发接口示例,利用Flask开发后端API接口。包含基本的项目配置、统一响应、MySQL和Redis数据库操作、定时任务、图片生成、项目部署、用户权限认证、报表输出、无限层级生成目录树、阿里云手机验证码验证、微信授权、Celery、单元测试、Drone等模块。
Stars: ✭ 429 (+725%)
Mutual labels:  drone
Rappids
Rectangular Pyramid Partitioning using Integrated Depth Sensors (RAPPIDS): A Fast Planner for Multicopter Navigation
Stars: ✭ 17 (-67.31%)
Mutual labels:  drone
Quadrotor
Quadrotor control, path planning and trajectory optimization
Stars: ✭ 331 (+536.54%)
Mutual labels:  drone
Dronebridge
DroneBridge is a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system. It is intended be a real alternative to other similar systems, such as DJI Lightbridge or OcuSync.
Stars: ✭ 370 (+611.54%)
Mutual labels:  drone
Onboard Sdk
DJI Onboard SDK Official Repository
Stars: ✭ 669 (+1186.54%)
Mutual labels:  drone
Disco4g
4G/LTE softmod for the Parrot Disco
Stars: ✭ 273 (+425%)
Mutual labels:  drone
Mavigator
Virtual cockpit for UAVs
Stars: ✭ 8 (-84.62%)
Mutual labels:  drone
erdos
Dataflow system for building self-driving car and robotics applications.
Stars: ✭ 135 (+159.62%)
Mutual labels:  drone
Dronesploit
Drone pentesting framework console
Stars: ✭ 473 (+809.62%)
Mutual labels:  drone
Fmt firmware
Embedded Code of FMT Autopilot
Stars: ✭ 49 (-5.77%)
Mutual labels:  drone
Swarms
The ultimate node.js library for controlling Bitcraze Crazyflie 2.0 drones
Stars: ✭ 11 (-78.85%)
Mutual labels:  drone
Ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
Stars: ✭ 6,637 (+12663.46%)
Mutual labels:  drone

drone-slack

Build Status Gitter chat Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com Go Doc Go Report

Drone plugin for sending Slack notifications. For the usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following commands:

go build

Docker

Build the Docker image with the following commands:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-slack
docker build --rm -t plugins/slack .

Usage

Execute from the working directory:

docker run --rm \
  -e SLACK_WEBHOOK=https://hooks.slack.com/services/... \
  -e PLUGIN_CHANNEL=foo \
  -e PLUGIN_USERNAME=drone \
  -e DRONE_REPO_OWNER=octocat \
  -e DRONE_REPO_NAME=hello-world \
  -e DRONE_COMMIT_SHA=7fd1a60b01f91b314f59955a4e4d4e80d8edf11d \
  -e DRONE_COMMIT_BRANCH=master \
  -e DRONE_COMMIT_AUTHOR=octocat \
  -e [email protected] \
  -e DRONE_COMMIT_AUTHOR_AVATAR="https://avatars0.githubusercontent.com/u/583231?s=460&v=4" \
  -e DRONE_COMMIT_AUTHOR_NAME="The Octocat" \
  -e DRONE_BUILD_NUMBER=1 \
  -e DRONE_BUILD_STATUS=success \
  -e DRONE_BUILD_LINK=http://github.com/octocat/hello-world \
  -e DRONE_TAG=1.0.0 \
  plugins/slack
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].