Woodpecker is a community fork of the Drone CI system.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Ben Cordero 3158980d3e
Get workflow id from clone steps (#1839)
When in local mode, `getWorkflowIDFromStep` can handle normal steps with
a name like `wp_01h2a6qggwz68zekrkbwqq9rny_0_step_0`.

However, it will fail on clone (unless `skip_clone: true`) with an
`invalid step name` error.

```
invalid step name wp_01h2a2ebppp43bwjdfdsyj1m6m_0_clone
```

This patch handles either `_stage_` or `_clone` as the separator that
the local backend can use to extract the workflowID.
1 day ago
.github Change issue template labels (#1593) 3 months ago
.vscode Use modern error handling and enforce it via lint (#1327) 4 months ago
.woodpecker Rename yaml pipeline to steps (#1833) 2 days ago
agent Rework log streaming and related functions (#1802) 3 days ago
cli Rework log streaming and related functions (#1802) 3 days ago
cmd Drop old columns (#1838) 2 days ago
contrib/woodpecker-test-repo/.woodpecker Create test repo on Gitpod start (#1248) 8 months ago
docker make in_docker work again (#1830) 3 days ago
docs Rename yaml pipeline to steps (#1833) 2 days ago
nfpm fix nfpm (#788) 1 year ago
pipeline Get workflow id from clone steps (#1839) 1 day ago
server Drop old columns (#1838) 2 days ago
shared Drop ".drone.yml" as default pipeline config (#1795) 1 week ago
version gofumpt -w -l -extra . (#661) 1 year ago
web Drop old columns (#1838) 2 days ago
woodpecker-go Drop old columns (#1838) 2 days ago
.changelog.yml Update .changelog.yml to account regression lable (#1808) 7 days ago
.ecrc Update swagger API specification (#1782) 5 days ago
.editorconfig Use editorconfig-checker (#982) 12 months ago
.gitignore [Docs] use redocusaurus to display swagger file (#1818) 5 days ago
.gitpod.yml Fix gitea development setup (#1613) 3 months ago
.golangci.yml Update swagger API specification (#1782) 5 days ago
CHANGELOG.md Add Changelog v0.15.9 (#1746) 4 weeks ago
CONTRIBUTING.md Update Owners 2023 (#1516) 5 months ago
LICENSE Optimize license files (#355) 2 years ago
Makefile make in_docker work again (#1830) 3 days ago
README.md docs: change broken twitter url (#1729) 1 month ago
SECURITY.md Create SECURITY.md (#396) 2 years ago
docker-compose.example.yml Renamed procs/jobs to steps in code (#1331) 7 months ago
docker-compose.gitpod.yml Create test repo on Gitpod start (#1248) 8 months ago
go.mod Rework log streaming and related functions (#1802) 3 days ago
go.sum [Docs] use redocusaurus to display swagger file (#1818) 5 days ago

README.md

Woodpecker


Translation status


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/

Contribute

See Contributing Guide

Open in Gitpod

📣 Translate

We use an own Weblate instance at translate.woodpecker-ci.org.

Translation status

👋 Who uses Woodpecker?

Codeberg, the Woodpecker project itself, and many others.

Leave a comment if you're using it as well.

Also consider using the topic WoodpeckerCI in your repository, so others can learn from your config and use the hashtag #WoodpeckerCI when talking about the project on social media!

Here are some places where people mention Woodpecker:

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.