Woodpecker is a community fork of the Drone CI system.
Go to file
2015-08-12 00:02:47 -07:00
bin fixed gitignore of dist folder 2015-05-17 12:18:03 -07:00
cmd ability to package 0.4 (.deb only at the moment) 2015-08-11 23:57:12 -07:00
dist ability to package 0.4 (.deb only at the moment) 2015-08-11 23:57:12 -07:00
doc status icons, animated running icon 2015-08-09 20:18:21 -07:00
Godeps adding flag package to deps 2015-08-06 09:22:31 -07:00
pkg fixed token unit test 2015-08-12 00:02:47 -07:00
.dockerignore added alpine build image 2015-08-09 15:36:25 -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.alpine added alpine build image 2015-08-09 15:36:25 -07: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 added alpine build image 2015-08-09 15:36:25 -07:00
Makefile Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-05-23 18:53:11 -07: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.