Woodpecker is a community fork of the Drone CI system.
 
 
 
 
 
Go to file
oauth 988736a513 🎉 Release 3.0.0 2025-01-04 08:12:03 +00:00
.github Remove enableManagers from renovate config (#4387) 2024-11-16 20:35:01 +01:00
.vscode Add vscode tailwind extensions & prettier tailwind linter, sort tailwind classes (#4622) 2024-12-31 14:03:21 +01:00
.woodpecker Add same when filter for ptrettier step in web workflow so we dont get dependency issues (#4653) 2025-01-01 16:13:57 +01:00
agent Update Go imports paths (#4605) 2024-12-22 10:44:34 +01:00
cli Support Git as only VCS (#4346) 2024-12-27 22:49:19 +01:00
cmd Support Git as only VCS (#4346) 2024-12-27 22:49:19 +01:00
contrib/woodpecker-test-repo/.woodpecker Cleanups + prefer .yaml (#3069) 2024-01-11 18:43:54 +01:00
docker Disable corepack auto-pin during build (#4581) 2024-12-17 20:35:30 +01:00
docs fix(deps): update docs npm deps non-major (#4661) 2025-01-04 09:05:56 +01:00
nfpm Fix NFPM builds (#4190) 2024-10-05 16:43:39 +02:00
pipeline Fix workflow volume and network config (#4650) 2025-01-01 16:21:57 +01:00
server Migrate away from goblin (#4624) 2024-12-30 08:08:53 +02:00
shared Migrate away from goblin (#4624) 2024-12-30 08:08:53 +02:00
tools Cleanup openapi generation (#4331) 2024-11-23 09:17:19 +01:00
version Add godot linter to harmonitze toplevel comments (#3650) 2024-05-13 22:58:21 +02:00
web fix(deps): update web npm deps non-major (#4659) 2025-01-04 01:12:07 +01:00
woodpecker-go Update Go imports paths (#4605) 2024-12-22 10:44:34 +01:00
.cspell.json Inline web helpers (#4639) 2025-01-02 15:26:35 +02:00
.ecrc Cleanup openapi generation (#4331) 2024-11-23 09:17:19 +01:00
.editorconfig Use editorconfig-checker (#982) 2022-06-17 12:03:34 +02:00
.gitattributes Fix "check_swagger" step (#2024) 2023-07-20 22:12:32 +02:00
.gitignore Cleanup openapi generation (#4331) 2024-11-23 09:17:19 +01:00
.gitpod.yml Add vscode tailwind extensions & prettier tailwind linter, sort tailwind classes (#4622) 2024-12-31 14:03:21 +01:00
.golangci.yaml Exclude mocks from release build (#3831) 2024-06-25 12:23:07 +02:00
.hadolint.yaml Cleanups + prefer .yaml (#3069) 2024-01-11 18:43:54 +01:00
.lycheeignore fix: Add wildcard to `.lycheeignore` (#4158) 2024-10-04 15:08:05 +01:00
.markdownlint.yaml Add spellcheck config (#3018) 2024-01-27 21:15:10 +01:00
.mockery.yaml Fix make in_docker generate (#3616) 2024-04-15 17:46:44 +02:00
.pre-commit-config.yaml chore(deps): update pre-commit hook golangci/golangci-lint to v1.63.4 (#4660) 2025-01-04 05:14:09 +00:00
.prettierignore Add `prettier` to `docs/` (#4628) 2024-12-28 15:36:23 +01:00
.prettierrc.json Remove old files (#3077) 2023-12-30 15:10:31 +01:00
.yamllint.yaml Add spellcheck config (#3018) 2024-01-27 21:15:10 +01:00
CHANGELOG.md 🎉 Release 3.0.0 2025-01-04 08:12:03 +00:00
LICENSE Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
Makefile Update Go imports paths (#4605) 2024-12-22 10:44:34 +01:00
README.md Update Go imports paths (#4605) 2024-12-22 10:44:34 +01:00
docker-compose.example.yaml Add rolling semver tags, remove `latest` tag (#4600) 2024-12-21 11:52:56 +01:00
docker-compose.gitpod.yaml chore(deps): update postgres docker tag to v17.2 (#4442) 2024-11-23 05:34:23 +01:00
flake.lock Update nix flake (#4253) 2024-10-27 02:27:00 +01:00
flake.nix Cleanup openapi generation (#4331) 2024-11-23 09:17:19 +01:00
go.mod fix(deps): update module github.com/moby/term to v0.5.2 (#4658) 2025-01-04 01:12:49 +01:00
go.sum fix(deps): update module github.com/moby/term to v0.5.2 (#4658) 2025-01-04 01:12:49 +01:00
release-config.ts Adjust config for release plugin (#4310) 2024-11-05 21:00:38 +01:00

README.md

Woodpecker

Woodpecker


Pipeline Status Code coverage Translation status Matrix space Go Report Card go reference GitHub release Docker pulls License: Apache-2.0 OpenSSF best practices pre-commit.ci


Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.

woodpecker

Installation & Resources

Woodpecker can be installed in various ways (see the Installation Instructions) and runs with SQLite as database by default. It requires around 100 MB of RAM (Server) and 30 MB (Agent) at runtime in idle mode.

Support

You can support the project by becoming a backer on Open Collective or via GitHub Sponsors.

Open Collective backers

Documentation

Our documentation can be found at https://woodpecker-ci.org/docs/intro.

Translation

We have a self-hosted Weblate instance at translate.woodpecker-ci.org.

An overview of the current translation state is available at https://translate.woodpecker-ci.org/projects/woodpecker-ci/#languages.

Public Woodpecker Instances

Woodpecker is used as the main CI/CD engine at Codeberg, an alternative Git hosting platform with a focus on privacy and free software development.

Plugins

Woodpecker can be extended via plugins. The plugin overview website helps browsing available plugins. It combines both plugins by the Woodpecker core team and community-maintained ones.

Star History

Star History Chart

License

Woodpecker is Apache 2.0 licensed. The source files have a header indicating which license they are under and what copyrights apply.

Everything in docs/ is licensed under the Creative Commons Attribution-ShareAlike 4.0 International Public License.