Skip to main content
Version: Next ๐Ÿšง

Welcome to Woodpecker

Woodpecker is a CI/CD tool. It is designed to be lightweight, simple to use and fast. Before we dive into the details, let's have a look at some of the basics.

Have you ever heard of CI/CD or pipelines?โ€‹

Don't worry if you haven't. We'll guide you through the basics. CI/CD stands for Continuous Integration and Continuous Deployment. It's basically like a conveyor belt that moves your code from development to production doing all kinds of checks, tests and routines along the way. A typical pipeline might include the following steps:

  1. Running tests
  2. Building your application
  3. Deploying your application

Have a deeper look into the idea of CI/CD

Do you know containers?โ€‹

If you are already using containers in your daily workflow, you'll for sure love Woodpecker. If not yet, you'll be amazed how easy it is to get started with containers.

Already have access to a Woodpecker instance?โ€‹

Then you might want to jump directly into it and start creating your first pipelines.

Want to start from scratch and deploy your own Woodpecker instance?โ€‹

Woodpecker is pretty lightweight and will even run on your Raspberry Pi. You can follow the deployment guide to set up your own Woodpecker instance.