Woodpecker is a community fork of the Drone CI system.
Find a file
Johannes Kastl 8768eb2a2b
Add systemd unit files to the RPM/DEB packages (#3986)
* add systemd unit file for server (`woodpecker-server.service`)
* add systemd unit file for agent (`woodpecker-agent.service`)
* add systemd unit files to nfpm package definitions
* add etc config file examples

fixes #1575
2024-08-25 22:28:42 +02:00
.github Update plugin-git and add renovate trigger (#3901) 2024-07-13 13:43:13 -07:00
.vscode Fix vscode settings (#3880) 2024-07-09 02:56:42 -07:00
.woodpecker Fix dropped env vars (#3969) 2024-07-25 17:17:09 +02:00
agent Duplicate key workflow_id in the agent logs (#4046) 2024-08-16 15:20:46 +02:00
cli Show error if secret name is missing (#4014) 2024-08-08 00:26:50 +02:00
cmd Remove various deprecations (#4017) 2024-08-09 16:50:35 +02:00
contrib/woodpecker-test-repo/.woodpecker Cleanups + prefer .yaml (#3069) 2024-01-11 18:43:54 +01:00
docker Improved Local backend detection (#4006) 2024-08-07 12:04:10 +02:00
docs Add examples of CI environment variable values (#4009) 2024-08-17 14:04:48 +02:00
nfpm Add systemd unit files to the RPM/DEB packages (#3986) 2024-08-25 22:28:42 +02:00
pipeline Remove old pipeline options (#4016) 2024-08-15 18:58:51 +02:00
server move arbitrary number into const (#4044) 2024-08-17 10:18:47 +02:00
shared Update woodpeckerci/plugin-git Docker tag to v2.5.2 (#4041) 2024-08-15 19:50:11 +02:00
version Add godot linter to harmonitze toplevel comments (#3650) 2024-05-13 22:58:21 +02:00
web Translated using Weblate (French) 2024-08-17 09:57:56 +00:00
woodpecker-go Refactor JSON and SDK fields (#3968) 2024-08-07 10:49:03 +02:00
.cspell.json cspell: ignore all Go files generated by protobuf (#4047) 2024-08-16 15:56:36 +02:00
.ecrc Add spellcheck config (#3018) 2024-01-27 21:15:10 +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 Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
.gitpod.yml Cleanup server env settings (#3670) 2024-05-15 15:45:08 +02: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
.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 [pre-commit.ci] pre-commit autoupdate (#3862) 2024-07-01 23:50:01 +02:00
.prettierignore Do not run prettier with pre-commit (#3196) 2024-01-14 21:14:00 +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 Remove reverted PR from changelog (#4003) 2024-08-05 01:34:13 +02:00
docker-compose.example.yaml Cleanups + prefer .yaml (#3069) 2024-01-11 18:43:54 +01:00
docker-compose.gitpod.yaml chore(deps): update gitea/gitea docker tag to v1.22 (#3749) 2024-06-03 07:42:16 +02:00
flake.lock Fix flake add sqlite (#3890) 2024-07-12 11:37:02 -05:00
flake.nix Add blocklist of environment variables who could alter execution of plugins (#3934) 2024-07-18 22:54:29 +02:00
go.mod Update github.com/urfave/cli/v3 digest to fc07a8c (#4043) 2024-08-15 20:45:54 +02:00
go.sum Update github.com/urfave/cli/v3 digest to fc07a8c (#4043) 2024-08-15 20:45:54 +02:00
LICENSE Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
Makefile Release windows binaries as zip file (#3906) 2024-07-14 22:59:45 +02:00
README.md Disallow direct translations (#4042) 2024-08-15 20:51:56 +02:00
release-config.ts Add release helper (#1976) 2023-09-07 17:17:17 +02:00

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.