From bc3434bb6afba1a54a9f5770b40d11367aec416f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 18 Jan 2017 21:58:35 +0800 Subject: [PATCH] Add trigger Jenkins job tool. (#1264) * Add trigger Jenkins job tool. You can trigger downstream Jenkins jobs from Drone CI server or command line. * Fix alphabetical --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a878d0b..5af47f5 100644 --- a/README.md +++ b/README.md @@ -1301,6 +1301,7 @@ Software written in Go. * [Banshee](https://github.com/eleme/banshee) - Anomalies detection system for periodic metrics. * [bosun](https://github.com/bosun-monitor/bosun) - Time Series Alerting Framework. * [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart). +* [drone-jenkins](https://github.com/appleboy/drone-jenkins) - Trigger downstream Jenkins jobs using a binary, docker or Drone CI. * [drone-scp](https://github.com/appleboy/drone-scp) - Copy files and artifacts via SSH using a binary, docker or Drone CI. * [Dropship](https://github.com/chrismckenzie/dropship) - A tool for deploying code via cdn. * [EasySSH](https://github.com/hypersleep/easyssh) - Golang package for easy remote execution through SSH and SCP downloading.