Woodpecker is a community fork of the Drone CI system.
Go to file
6543 4cbdacb21c
Nits Collected over last month (#595)
- add coverage.out
- add context queue
- fix misspell
- sanitize config: WOODPECKER_GITEA_URL
- storage backend migration should have no xorm session within migration function
2021-12-11 13:15:04 +01:00
.github Add plugin marketplace (for official plugins) (#451) 2021-10-19 18:54:01 +02:00
.vscode Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.woodpecker Another fix for settings field in pipeline config (#579) 2021-12-08 18:17:52 +01:00
agent Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
charts Change paths to use woodpecker instead of drone (#494) 2021-10-28 14:02:43 -05:00
cli Add log-level option to cli (#584) 2021-12-10 21:49:22 +01:00
cmd Nits Collected over last month (#595) 2021-12-11 13:15:04 +01:00
docker Change paths to use woodpecker instead of drone (#494) 2021-10-28 14:02:43 -05:00
docs Update proxy documentation (#573) 2021-12-08 13:03:17 +01:00
nfpm fix deb, rpm releases (#465) 2021-10-21 18:34:49 +02:00
pipeline Remove gopkg.in/yaml.v2 (#583) 2021-12-08 23:35:51 +01:00
server Nits Collected over last month (#595) 2021-12-11 13:15:04 +01:00
shared Write own yaml2json func (#570) 2021-12-07 01:13:02 +01:00
vendor Remove gopkg.in/yaml.v2 (#583) 2021-12-08 23:35:51 +01:00
version Version is now a string coming from ldlags and git tags 2019-11-12 21:10:16 +01:00
web Fix pr secret event names (#592) 2021-12-11 02:37:40 +01:00
woodpecker-go Add linter varcheck (#538) 2021-11-26 00:03:19 +01:00
.changelog.yml Changelog for v0.14.1 (#334) (#340) 2021-09-23 02:21:28 +02:00
.editorconfig Enforce code format (#228) 2021-06-22 12:34:35 +02:00
.gitignore Improve release (#400) 2021-10-04 19:50:21 +02:00
.golangci.yml Add more golangci-lint linters & sort them (#499) 2021-12-01 14:43:35 +01:00
CHANGELOG.md Changelog for v0.14.3 (#497) 2021-10-30 15:33:35 +02:00
CONTRIBUTING.md Community Guide (#296) 2021-09-11 23:45:18 +02:00
docker-compose.example.yml Change paths to use woodpecker instead of drone (#494) 2021-10-28 14:02:43 -05:00
go.mod Remove gopkg.in/yaml.v2 (#583) 2021-12-08 23:35:51 +01:00
go.sum Remove ghodss/yaml (#384) 2021-12-06 18:17:31 +00:00
LICENSE Optimize license files (#355) 2021-09-25 15:15:54 +02:00
Makefile Nits Collected over last month (#595) 2021-12-11 13:15:04 +01:00
README.md Update README (#560) 2021-12-03 15:36:22 +01:00
SECURITY.md Create SECURITY.md (#396) 2021-10-03 16:15:58 +02:00
tools.go Add golangci-lint (#502) 2021-11-14 21:01:54 +01:00

Woodpecker



Woodpecker

Woodpecker is a community fork of the Drone CI system.

woodpecker

Support

Please consider to donate and become a backer. 🙏 [Become a backer]

Usage

.woodpecker.yml

  • Place your pipeline in a file named .woodpecker.yml in your repository
  • Pipeline steps can be named as you like
  • Run any command in the commands section

Read More

Build steps are containers

  • Define any Docker image as context
  • Install the needed tools in custom Docker images, use them as context

Read More

Plugins

Woodpecker has official plugins, but you can also use your own.

Read More

Documentation

https://woodpecker-ci.org/

Contribution

See Contributing Guide

Who uses Woodpecker?

Codeberg, the woodpecker project itself, and many others not listed.

Leave a comment if you're using it.

Stars over time

Stargazers over time

License

Woodpecker is Apache 2.0 licensed with the source files in this repository having a header indicating which license they are under and what copyrights apply.

Files under the docs/ folder are licensed under Creative Commons Attribution-ShareAlike 4.0 International Public License.