Woodpecker is a community fork of the Drone CI system.
Go to file
2015-08-10 16:15:33 +09:00
bin fixed gitignore of dist folder 2015-05-17 12:18:03 -07:00
cmd Removing TOML config references 2015-08-04 11:21:20 -07:00
dist adapt drone.toml to new version 2015-06-12 19:15:51 +02:00
doc fixed incorrect docs, removed toml depdendency 2015-08-03 22:46:58 -07:00
Godeps Vendoring gitlab client 2015-07-27 02:25:20 +03:00
pkg modify for gitlab avatar settings by relative and non-relative path 2015-08-10 16:15:33 +09:00
.dockerignore enforce plugin whitelist 2015-06-07 17:04:57 -07:00
.drone.yml example make.go file 2015-07-21 13:18:09 -07:00
.gitignore updating styles 2015-07-29 09:16:08 -07:00
Dockerfile add empty drone.toml to satisfy drone startup requirements 2015-06-05 19:48:28 +02:00
Dockerfile.env switch to /bin/sh instead of /bin/bash for portability 2015-06-06 14:00:36 -07:00
LICENSE initial public commit 2014-02-07 03:10:01 -07:00
make.go example make.go file 2015-07-21 13:18:09 -07:00
Makefile Vendoring gitlab client 2015-07-27 02:25:20 +03:00
README.md add cache to yaml 2015-08-04 10:55:27 -07:00

WARNING the 0.4 branch is very unstable. We only recommend running this branch if you plan to dig into the codebase, troubleshoot issues and contribute (please do!). We will notify the broader community once this branch is more stable.

Drone is a Continuous Integration platform built on container technology. Every build is executed inside an ephemeral Docker container, giving developers complete control over their build environment with guaranteed isolation.

Goals

Drone's prime directive is to help teams ship code like GitHub. Drone is easy to install, setup and maintain and offers a powerful container-based plugin system. Drone aspires to be an industry-wide replacement for Jenkins.

Documentation

Drone documentation is organized into several categories:

Community, Help

Contributions, questions, and comments are welcomed and encouraged. Drone developers hang out in the drone/drone room on gitter. We ask that you please post your questions to gitter before creating an issue.