1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00
Brad Rydzewski fdc07c6985 bump version number [ci skip] (#2092)
* fixes #1523 to ensure json-file driver

* added environment

* inject globals

* bump version
2017-06-26 16:46:44 -04:00
2016-11-18 22:12:28 -06:00
2017-04-12 15:32:44 +02:00
2017-06-26 15:37:47 -04:00
2017-05-12 12:30:19 +02:00
2017-05-30 17:43:34 +02:00
2017-06-26 15:37:47 -04:00
2017-06-01 14:47:06 +02:00
2016-05-26 11:08:48 -07:00
2017-05-22 16:19:13 +02:00
2016-05-26 11:08:48 -07:00
2016-05-26 11:08:48 -07:00
2016-05-26 11:08:48 -07:00
2017-05-11 14:18:08 +02:00

Drone is a Continuous Delivery system built on container technology. Drone uses a simple yaml configuration file, a superset of docker-compose, to define and execute Pipelines inside Docker containers.


Sample Pipeline Configuration:

pipeline:
  backend:
    image: golang
    commands:
      - go get
      - go build
      - go test

  frontend:
    image: node:6
    commands:
      - npm install
      - npm test

  publish:
    image: plugins/docker
    repo: octocat/hello-world
    tags: [ 1, 1.1, latest ]
    registry: index.docker.io

  notify:
    image: plugins/slack
    channel: developers
    username: drone

Documentation and Other Links:

Description
Woodpecker is a simple yet powerful CI/CD engine with great extensibility.
Readme Apache-2.0 170 MiB
Languages
Go 86.4%
Vue 9%
TypeScript 3.3%
Makefile 0.7%
CSS 0.4%
Other 0.1%